Skip to content

Commit

Permalink
replace npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Jun 10, 2024
1 parent 6140fd3 commit a2cb35b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/staging-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
with:
node-version: 18.14.0
- name: Install dependencies
run: npm ci
run: yarn ci
- name: Run linter
run: npm run lint
run: yarn lint
- name: Run migrations
run: npm run db:migrate:run:test
run: yarn db:migrate:run:test
- name: Run tests
run: npm run test
run: yarn test

publish:
needs: test
Expand Down

0 comments on commit a2cb35b

Please sign in to comment.