Skip to content

Commit 2da319f

Browse files
committed
[CI] Try removing --playwright from @web/test-runner to avoid a Chrome version mismatch.
1 parent 1376ee4 commit 2da319f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ test-spec-bun-fast:
122122
test-spec-bun-with-coverage:
123123
${BUN} test
124124
.PHONY: test-spec-dom
125-
test-spec-dom: playwright-install
126-
${WEB_TEST_RUNNER} --playwright
125+
test-spec-dom:
126+
${WEB_TEST_RUNNER}
127127
.PHONY: test-spec-dom-with-coverage
128-
test-spec-dom-with-coverage: playwright-install
129-
${WEB_TEST_RUNNER} --playwright --coverage
128+
test-spec-dom-with-coverage:
129+
${WEB_TEST_RUNNER} --coverage
130130
.PHONY: playwright-install
131131
playwright-install:
132132
${BUNX} playwright install

0 commit comments

Comments
 (0)