diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41f00f7..efe6e5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,5 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build - - run: npm run check - - run: npm run lint - - run: npx playwright install && npm test + - run: npx playwright install + - run: npm test