Skip to content

Commit

Permalink
Upload playwright HTML reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 14, 2025
1 parent e8aa459 commit 6840c9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
package_json_file: frontend/package.json
run_install: false
if: startsWith(matrix.noxenv, 'ui')

- name: Install playwright browsers
run: pnpm --dir frontend dlx playwright install --with-deps
if: matrix.noxenv == 'ui(tests)'
Expand All @@ -82,6 +83,14 @@ jobs:
- name: Run nox
run: uvx nox -s "${{ matrix.noxenv }}"

- name: Upload Playwright Report
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: frontend/test-results/
retention-days: 10
if: matrix.noxenv == 'ui(tests)'

containerless:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 6840c9b

Please sign in to comment.