Skip to content

Commit 24732b9

Browse files
Remove CI comment related to playwright cache
1 parent 7e305c2 commit 24732b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
key: playwright-1.52.0
208208

209209
- name: Install Playwright
210-
if: inputs.type == 'ui' # && steps.cache-playwright.outputs.cache-hit != 'true'
210+
if: inputs.type == 'ui' && steps.cache-playwright.outputs.cache-hit != 'true'
211211
working-directory: ./apps/meteor
212212
run: npx playwright install --with-deps
213213

0 commit comments

Comments
 (0)