diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1919e5b5..0ec1eb93 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -491,7 +491,7 @@ jobs: runs-on: ubuntu-latest needs: e2e-tests # Coverage is only produced when PLAYWRIGHT_COVERAGE=1 (requires Vite dev server) - if: env.PLAYWRIGHT_COVERAGE == '1' + if: vars.PLAYWRIGHT_COVERAGE == '1' steps: