Skip to content

Commit

Permalink
ci: run more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 18, 2024
1 parent 196b37b commit 676f075
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
node:
- 16
- 18
- 20
runs-on: ${{ matrix.os }}
Expand All @@ -32,7 +35,7 @@ jobs:
SKIP_YARN_COREPACK_CHECK: 1

- name: Install Dependencies
run: yarn --immutable
run: yarn --ignore-engines
env:
SKIP_YARN_COREPACK_CHECK: 1

Expand All @@ -41,6 +44,7 @@ jobs:
yarn build
yarn lint
yarn test
yarn test-compiled
env:
EFF_NO_LINK_RULES: true
PARSER_NO_WATCH: true
Expand Down

0 comments on commit 676f075

Please sign in to comment.