Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gullerya committed Nov 18, 2023
1 parent 22a7eb8 commit a7c8761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install
run: npm ci && npx playwright install
run: npm ci && npx playwright install --with-deps chromium

- name: Test
run: npm run test:chromium
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install
run: npm ci && npx playwright install
run: npm ci && npx playwright install --with-deps firefox

- name: Test
run: npm run test:firefox
Expand All @@ -114,7 +114,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install
run: npm ci && npx playwright install
run: npm ci && npx playwright install --with-deps webkit

- name: Test
run: npm run test:webkit
Expand Down

0 comments on commit a7c8761

Please sign in to comment.