Skip to content

Commit

Permalink
Remove use of 'sudo' in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Jan 15, 2024
1 parent f04d10c commit 1d75fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ commands:
tool/test/start-core-server.sh
cd nodejs/test/deployment/
npm install --registry https://npm.cloudsmith.io/typedb/public-snapshot/ "[email protected]$CIRCLE_SHA1"
sudo -H npm install jest --global
npm install jest --global
jest --detectOpenHandles application.test.js && export TEST_SUCCESS=0 || export TEST_SUCCESS=1
cd -
tool/test/stop-core-server.sh
Expand Down

0 comments on commit 1d75fef

Please sign in to comment.