Skip to content

Commit

Permalink
ci: Update CI workflow to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Aug 13, 2024
1 parent 7c10fb8 commit a2f39ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: npm install
run: yarn

- name: Run tests with coverage
run: npm run coverage
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: npm install
run: yarn

- name: Build the project
run: npm run build
Expand Down

0 comments on commit a2f39ef

Please sign in to comment.