Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Apr 14, 2024
1 parent fe4c257 commit be12ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: |
- corepack enable
- yarn install
- name: test
run: |
yarn test:coverage
Expand Down

0 comments on commit be12ff6

Please sign in to comment.