use playwright driver

This commit is contained in:
Paul Chavard 2024-09-10 23:53:25 +02:00
parent 7b1c882498
commit 142c789e76
No known key found for this signature in database
5 changed files with 29 additions and 0 deletions

View file

@ -137,6 +137,9 @@ jobs:
- name: Setup the app runtime and dependencies
uses: ./.github/actions/ci-setup-rails
- name: Setup playwright
run: bunx playwright install chromium
- name: Pre-compile assets
uses: ./.github/actions/ci-setup-assets