Skip to content

Commit

Permalink
[CI] Try removing --playwright from @web/test-runner to avoid a C…
Browse files Browse the repository at this point in the history
…hrome version mismatch.
  • Loading branch information
lgarron committed Jan 19, 2024
1 parent 1376ee4 commit 2da319f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ test-spec-bun-fast:
test-spec-bun-with-coverage:
${BUN} test
.PHONY: test-spec-dom
test-spec-dom: playwright-install
${WEB_TEST_RUNNER} --playwright
test-spec-dom:
${WEB_TEST_RUNNER}
.PHONY: test-spec-dom-with-coverage
test-spec-dom-with-coverage: playwright-install
${WEB_TEST_RUNNER} --playwright --coverage
test-spec-dom-with-coverage:
${WEB_TEST_RUNNER} --coverage
.PHONY: playwright-install
playwright-install:
${BUNX} playwright install
Expand Down

0 comments on commit 2da319f

Please sign in to comment.