Skip to content

Commit

Permalink
chore: upload playwright report on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Oct 7, 2024
1 parent 7955e79 commit c6ddb2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ jobs:
- name: Run integration tests
run: pnpm test:integration

- name: Upload Playwright report
uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-report
path: |
packages/**/playwright-report/**
packages/**/test-results/**
retention-days: 3

- name: Start verdaccio
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c6ddb2e

Please sign in to comment.