diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1226bb8..c062fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: if: github.ref == 'refs/heads/main' needs: - test-and-build - - playwright + - e2e-test runs-on: ubuntu-latest steps: - name: Checkout code