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 be12ff6 commit 548a4a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
- corepack enable
- yarn install
- name: install
run: |
corepack enable
yarn install
- name: test
run: |
yarn test:coverage
Expand Down

0 comments on commit 548a4a1

Please sign in to comment.