mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 11:54:12 +00:00
Merge pull request #2576 from balena-io/flowzone-npm-ci
Update flowzone tests to use npm ci
This commit is contained in:
commit
42b2269e81
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…
x
Reference in New Issue
Block a user