We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a8ae0 commit a3f03fcCopy full SHA for a3f03fc
.github/workflows/build.yml
@@ -1008,8 +1008,12 @@ jobs:
1008
overwrite: true
1009
retention-days: 7
1010
1011
+ - name: See files
1012
+ run: ls -la .
1013
+
1014
- name: Pre-process E2E Test Dumps
1015
if: failure()
1016
+ working-directory: ${{ github.workspace }}
1017
run: |
1018
node ./scripts/normalize-e2e-test-dump-transaction-events.js
1019
@@ -1120,6 +1124,7 @@ jobs:
1120
1124
1121
1125
1122
1126
1127
1123
1128
1129
1130
0 commit comments