We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e305c2 commit 24732b9Copy full SHA for 24732b9
.github/workflows/ci-test-e2e.yml
@@ -207,7 +207,7 @@ jobs:
207
key: playwright-1.52.0
208
209
- name: Install Playwright
210
- if: inputs.type == 'ui' # && steps.cache-playwright.outputs.cache-hit != 'true'
+ if: inputs.type == 'ui' && steps.cache-playwright.outputs.cache-hit != 'true'
211
working-directory: ./apps/meteor
212
run: npx playwright install --with-deps
213
0 commit comments