Only install firefox

This commit is contained in:
Nico Jansen 2022-12-16 09:10:20 +01:00 committed by Antonin Stefanutti
parent c7f3c97a1c
commit badf3db0f3

View File

@ -5,7 +5,7 @@ on:
pull_request: ~
schedule:
- cron: '0 12 * * *'
jobs:
test:
timeout-minutes: 60
@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: npx playwright install --with-deps firefox
- name: Run Playwright tests
run: npm test
- uses: actions/upload-artifact@v3