mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Update flowzone tests to use npm ci
Will also make sure that the shrinkwrap is matching the committed package.json. Change-type: patch
This commit is contained in:
parent
3328f40416
commit
c818d846b3
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
@ -36,7 +36,7 @@ runs:
|
||||
|
||||
[[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]] && set -x
|
||||
|
||||
if [[ -e package-lock.json ]]; then
|
||||
if [[ -e package-lock.json ]] || [[ -e npm-shrinkwrap.json ]]; then
|
||||
npm ci
|
||||
else
|
||||
npm i
|
||||
|
Loading…
Reference in New Issue
Block a user