From 1bf542687729494b4de8fefe8261eaff0be65fbd Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Thu, 18 Apr 2024 12:13:20 +0200 Subject: [PATCH] test: fix deps --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4fdd0ba54..8a4013220 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,6 @@ jobs: - name: Unit Tests run: npm run test - name: E2E Tests - run: npx playwright install-deps && npx playwright install && npm run e2e + run: npx playwright install-deps chromium && npx playwright install && npm run e2e - name: Build Console run: npm run build