Skip to content

Commit

Permalink
fixed arguments for installing yarn (#4376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn authored Feb 7, 2024
1 parent bb3c015 commit e09986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nym-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: install yarn in root
run: cd ../.. yarn install
run: cd ../.. && yarn install

- name: Install npm
run: npm install
Expand Down

0 comments on commit e09986e

Please sign in to comment.