Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuflatland-lf committed Jul 2, 2024
1 parent 455af2c commit bc37079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.13.1'
- name: Install yarn
run: npm install -g yarn
- name: Install pnpm
run: npm install -g pnpm
working-directory: ./frontend
- name: Clean install
run: yarn install --frozen-lockfile
run: pnpm install --frozen-lockfile
working-directory: ./frontend
- name: Test
run: yarn run test
run: pnpm run test
working-directory: ./frontend

0 comments on commit bc37079

Please sign in to comment.