Skip to content

Commit

Permalink
*added 'frozen-lockfile' yarn installation arg to build-test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
okalenyk committed Jan 27, 2022
1 parent 83af80b commit 2a790b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:

- shell: bash
run: |
yarn install
yarn install --frozen-lockfile
yarn test || true
yarn lint || true
yarn build

0 comments on commit 2a790b0

Please sign in to comment.