Skip to content

Commit d1fd83e

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci: migrate vrt pipelines to gha
1 parent 36b019f commit d1fd83e

File tree

1 file changed

+6
-0
lines changed
  • .github/actions/run-publish-vr-screenshot

1 file changed

+6
-0
lines changed

.github/actions/run-publish-vr-screenshot/action.yml

+6
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ runs:
3939
node-version: '20'
4040

4141
- run: yarn install --frozen-lockfile
42+
shell: bash
43+
4244
- run: yarn playwright install --with-deps
45+
shell: bash
4346

4447
- name: Check if vrTests should be skipped
48+
shell: bash
4549
run: |
4650
isPR=${{ github.event_name == 'pull_request' }}
4751
echo "isPR=$isPR" >> $GITHUB_ENV
@@ -61,10 +65,12 @@ runs:
6165
6266
- name: Run VR tests
6367
if: ${{ env.vrTestSkip == 'no' }}
68+
shell: bash
6469
run: yarn nx run ${{ inputs.vrTestPackageName }}:test-vr --nxBail
6570

6671
- name: Collate Artifacts
6772
if: ${{ env.vrTestSkip == 'no' }}
73+
shell: bash
6874
run: |
6975
mkdir -p screenshots
7076
cp -rf ${{ inputs.vrTestPackagePath }}/dist/screenshots/*.png screenshots/

0 commit comments

Comments
 (0)