There was an error while loading. Please reload this page.
1 parent a3ff6fa commit d7df51aCopy full SHA for d7df51a
1 file changed
.github/workflows/e2e.yml
@@ -30,17 +30,17 @@ jobs:
30
run: npx playwright install --with-deps --no-shell chromium
31
- name: test log 1
32
run: |
33
- ls -l Build/Specs
34
- ls -l Specs/e2e
+ ls -lR Build/Specs/e2e
+ ls -lR Specs/e2e
35
- name: run e2e tests
36
run: npm run test-e2e -- viewer.spec.js
37
env:
38
DEBUG: pw:api
39
continue-on-error: true
40
- name: test log 2
41
42
43
44
- name: deploy to s3
45
if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
46
@@ -62,5 +62,5 @@ jobs:
62
if: ${{ !cancelled() }}
63
with:
64
name: e2e-report
65
- path: Build/Specs/e2e/artifacts/**/*
+ path: Build/Specs/e2e/**/*
66
retention-days: 30
0 commit comments