Skip to content

Commit

Permalink
Add sudo to github actions curl install
Browse files Browse the repository at this point in the history
  • Loading branch information
drien committed Jan 14, 2024
1 parent 6ce1e52 commit 8119ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check server response
run: |
apt-get install -y curl
sudo apt-get install -y curl
RESPONSE_CODE=$(curl -o /dev/null -s -w "%{http_code}\n" http://localhost:8888/)
if [ "$RESPONSE_CODE" -ne "200" ]
then
Expand Down

0 comments on commit 8119ab6

Please sign in to comment.