diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8478868..54b1d5f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,8 +30,5 @@ jobs: - name: Prepare for Integration Tests run: npm run demo:build - - name: Install playwright browsers - run: npx playwright install chromium --with-deps - - name: Integration Tests run: npm run test:integrationOnly