Skip to content

Commit

Permalink
Final?
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Jun 19, 2024
1 parent 8c69e37 commit c8c166c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
if: always()
with:
name: playwright-report
name: playwright-report-mocked-tests
path: playwright-report/
retention-days: 10
playwright-tests-real:
Expand Down Expand Up @@ -216,16 +216,13 @@ jobs:
- name: Install dependencies
run: yarn --immutable

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run playwright tests
run: yarn playwright:test:real

- name: Upload test report
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
if: always()
with:
name: playwright-report
name: playwright-report-real-tests
path: playwright-report/
retention-days: 10

0 comments on commit c8c166c

Please sign in to comment.