Skip to content

Commit a3f03fc

Browse files
committed
fixup! fixup! chore: use playwright image for e2e test
1 parent b1a8ae0 commit a3f03fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,12 @@ jobs:
10081008
overwrite: true
10091009
retention-days: 7
10101010

1011+
- name: See files
1012+
run: ls -la .
1013+
10111014
- name: Pre-process E2E Test Dumps
10121015
if: failure()
1016+
working-directory: ${{ github.workspace }}
10131017
run: |
10141018
node ./scripts/normalize-e2e-test-dump-transaction-events.js
10151019
@@ -1120,6 +1124,7 @@ jobs:
11201124

11211125
- name: Pre-process E2E Test Dumps
11221126
if: failure()
1127+
working-directory: ${{ github.workspace }}
11231128
run: |
11241129
node ./scripts/normalize-e2e-test-dump-transaction-events.js
11251130

0 commit comments

Comments
 (0)