Skip to content

Commit

Permalink
make yarn install optional
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Feb 23, 2021
1 parent 66c8a5c commit 935b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
- run: npm i -g yarn # Not necessary on Github but useful to test locally with `act`
- run: npm i -g yarn || true # Not necessary on Github but useful to test locally with `act`
- run: yarn install --frozen-lockfile --check-files

# This workflow contains a single job called "build"
Expand Down

0 comments on commit 935b8c3

Please sign in to comment.