Skip to content

Commit

Permalink
Add debug and use absolute paths in client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicgamedeveloper committed Aug 26, 2024
1 parent 4222b1c commit 4df1766
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,22 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: client/coverage/clover.xml
flags: client-unit-integration-tests
flags: client-unit-integration-tests

- name: Run e2e tests
continue-on-error: true
run: |
yarn test:e2e
- name: List contents of playwright-report and trace directories
run: |
ls -R playwright-report || true
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/trace/
path: client/playwright-report/**
retention-days: 30

- name: Upload e2e test coverage to Codecov
Expand Down

0 comments on commit 4df1766

Please sign in to comment.