Skip to content

Commit

Permalink
sleep a bit so guard can start
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Apr 10, 2024
1 parent ce6670c commit a227185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
run: |
go run . &
GO_PID=$!
sleep 2s
curl --header "Authorization: Bearer ${GH_TOKEN}" http://localhost:8000/auth -v
CURL_RESPONSE=$?
kill -9 $GO_PID
echo "Curl Exit code: ${CURL_RESPONSE}!"
:

0 comments on commit a227185

Please sign in to comment.