Skip to content

Commit

Permalink
test: get rid of github context
Browse files Browse the repository at this point in the history
  • Loading branch information
hazardsoft committed Sep 7, 2023
1 parent 14b6a51 commit b0ef443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: always()
with:
name: all-blob-reports
path: ${{ github.workspace }}/e2e/blob-report
path: e2e/blob-report
retention-days: 3
merge-e2e-reports:
runs-on: ubuntu-latest
Expand All @@ -53,13 +53,13 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: all-blob-reports
path: ${{ github.workspace }}/e2e/all-blob-reports
path: e2e/all-blob-reports
- name: Merge Reports
run: npx playwright merge-reports --reporter=html,github ./all-blob-reports
working-directory: e2e
- name: Upload Merged Reports
uses: actions/upload-artifact@v3
with:
name: merged-report-attempt-${{ github.run_attempt }}
path: ${{ github.workspace }}/e2e/playwright-report
path: e2e/playwright-report
retention-days: 3

0 comments on commit b0ef443

Please sign in to comment.