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