From a7c87615e2a817f8fe86f972d4787c7c4a0e7167 Mon Sep 17 00:00:00 2001 From: Yuri Guller Date: Sat, 18 Nov 2023 13:09:57 +0200 Subject: [PATCH] fix ci --- .github/workflows/quality.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index de92296..ba760fd 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -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 @@ -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 @@ -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