Skip to content

Commit

Permalink
fix(infra): updating package install command in ci action (passportxy…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jun 15, 2023
1 parent 3f8a1e3 commit 672e1ef
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 @@ -24,8 +24,8 @@ jobs:
with:
node-version: 18
cache: "yarn"
- name: Lerna Bootstrap
run: lerna bootstrap
- name: Install Packages
run: yarn install
- name: Run Tests
run: yarn test
- name: Run Linter
Expand Down

0 comments on commit 672e1ef

Please sign in to comment.