Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed May 8, 2024
1 parent 72beed8 commit 333d409
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: yarn install
run: yarn install --frozen-lockfile
- uses: pnpm/action-setup@v4
with:
version: 8

- name: yarn test
run: yarn test
- name: pnpm install
run: pnpm install --frozen-lockfile

- name: pnpm test
run: pnpm test

0 comments on commit 333d409

Please # to comment.