Skip to content

Commit

Permalink
chore: Use npm install instead of npm ci for fn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 11, 2024
1 parent 50e51a6 commit d238c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/functional-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
run: |
set -x
cd package
npm clean-install
npm install
features/run-kuzzle-stack.sh
npm run test:functional:${{ inputs.test-set }}
env:
Expand Down

0 comments on commit d238c49

Please sign in to comment.