diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f86ea9d..f555e43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,8 +27,3 @@ jobs: - run: npx playwright install chromium --with-deps - run: node test/smoke-test.js - test: - runs-on: ubuntu-latest - needs: [unit, smoke] - steps: - - run: echo "All tests passed"