Skip to content

Commit

Permalink
chore(ci): use --only-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Feb 2, 2025
1 parent 2b71fe9 commit b3cffed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cd kayle_innate && wasm-pack build --release --target nodejs && cd ../

- name: Install and build locales
run: yarn --no-immutable && yarn build && npx playwright install --with-deps chromium
run: yarn --no-immutable && yarn build && npx playwright install --with-deps chromium --only-shell

- name: Run Playwright kayle.js
run: cd ./kayle && yarn test:playwright && yarn test:playwright:axe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cd kayle_innate && wasm-pack build --release --target nodejs && cd ../

- name: Install and build locales
run: yarn --no-immutable && yarn build && npx playwright install --with-deps chromium
run: yarn --no-immutable && yarn build && npx playwright install --with-deps chromium --only-shell

- name: Run Bench playwright fast_axecore
run: cd ./kayle && yarn bench:playwright:axe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cd kayle_innate && wasm-pack build --release --target nodejs && cd ../

- name: Install and build locales
run: yarn --no-immutable && yarn build && npx playwright install --with-deps chromium
run: yarn --no-immutable && yarn build && npx playwright install --with-deps chromium --only-shell

- name: Run Bench fast_htmlcs
run: cd ./kayle && yarn bench:playwright:htmlcs > output.json
Expand Down

0 comments on commit b3cffed

Please sign in to comment.