Skip to content

Commit

Permalink
move artifacts call to end of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuttonKyle committed Mar 20, 2024
1 parent 68dbb58 commit ed0435e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name : Run test
run: npm run prepublishOnly

- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

- name : Run test
run: npm run prepublishOnly

0 comments on commit ed0435e

Please sign in to comment.