Skip to content

Commit

Permalink
Changed url for curl test in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 4, 2024
1 parent 04a7390 commit 071d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# Give shinysocks some time to start
sleep 5
# Run curl command to verify that shinysocks works
curl -x socks5://localhost:1080 https://github.com/jgaa/shinysocks/blob/master/ci/test.txt
curl -L --socks5-hostname -x socks5://localhost:1080 https://raw.githubusercontent.com/jgaa/shinysocks/master/ci/test.txt
# Check the exit code of the curl command
if [ $? -ne 0 ]; then
# If the curl command failed, fail the workflow
Expand Down

0 comments on commit 071d355

Please sign in to comment.