Skip to content

Commit

Permalink
PMM-13040: Adds sudo to setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Apr 5, 2024
1 parent 6c27844 commit 8dbc4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Setup tools
run: |
npm install -g bats
sudo npm install -g bats
sudo apt-get install -y apt-transport-https ca-certificates dirmngr ansible libaio1 libaio-dev libnuma-dev libncurses5 socat sysbench
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754
echo "deb https://packages.clickhouse.com/deb stable main" | sudo tee \
Expand Down

0 comments on commit 8dbc4f1

Please sign in to comment.