From 54659592d4d659b17412ba20ac0397e29e3ba312 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Tue, 28 Nov 2023 14:04:55 +0100 Subject: [PATCH] test: refactoring --- .github/workflows/integration-tests-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index d574b3775f..60a08645cd 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | - npm ci + npm ci --no-audit npx playwright install --with-deps chromium # - name: Spin up the BE frontend