fix(e2e): update condition for coverage generation to use vars.PLAYWRIGHT_COVERAGE
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user