Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit aca0d55

Browse files
committed
fix
1 parent b143420 commit aca0d55

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/reusable-take-screenshots.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
repository: ${{ inputs.artifact-repository }}
6767
run-id: ${{ inputs.artifact-id }}
6868
continue-on-error: true
69-
- run: cp -f artifacts/{playwright.config.ts,global-setup.ts,global-teardown.ts} .
69+
- run: cp -f playwright.config.ts global-setup.ts global-teardown.ts ..
70+
continue-on-error: true
71+
working-directory: artifacts
7072
- run: npm test ${{ inputs.update-snapshots != 'false' && '-- --update-snapshots' || '' }}
7173
- run: ls -alR
7274
- if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)