Skip to content

Commit

Permalink
Run playwright checks as part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Nov 19, 2024
1 parent 062469b commit 12fa350
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ jobs:
- uses: gradle/actions/setup-gradle@v4

- name: Run checks
run: ./gradlew check --continue
run: ./gradlew playwrightInstall check --continue

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: reports
path: build/reports/
retention-days: 30

0 comments on commit 12fa350

Please sign in to comment.