Skip to content

Commit d7df51a

Browse files
committed
fix report
1 parent a3ff6fa commit d7df51a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
run: npx playwright install --with-deps --no-shell chromium
3131
- name: test log 1
3232
run: |
33-
ls -l Build/Specs
34-
ls -l Specs/e2e
33+
ls -lR Build/Specs/e2e
34+
ls -lR Specs/e2e
3535
- name: run e2e tests
3636
run: npm run test-e2e -- viewer.spec.js
3737
env:
3838
DEBUG: pw:api
3939
continue-on-error: true
4040
- name: test log 2
4141
run: |
42-
ls -l Build/Specs
43-
ls -l Specs/e2e
42+
ls -lR Build/Specs/e2e
43+
ls -lR Specs/e2e
4444
- name: deploy to s3
4545
if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
4646
run: |
@@ -62,5 +62,5 @@ jobs:
6262
if: ${{ !cancelled() }}
6363
with:
6464
name: e2e-report
65-
path: Build/Specs/e2e/artifacts/**/*
65+
path: Build/Specs/e2e/**/*
6666
retention-days: 30

0 commit comments

Comments
 (0)