fix(e2e): update condition for coverage generation to use vars.PLAYWRIGHT_COVERAGE

This commit is contained in:
GitHub Actions
2026-01-27 05:28:19 +00:00
parent cbd9612af5
commit 949eaa243d

View File

@@ -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: