Skip to content

Commit

Permalink
Update run-testsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Nov 25, 2024
1 parent bd0b6da commit 3c5b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-testsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
ngrok config add-authtoken ${{ secrets.NGROK_AUTH_TOKEN }}
# set timeout for ngrok command and exit without failure of the current step
timeout 2m ngrok http --url=bear-genuine-hookworm.ngrok-free.app \
timeout 2m ngrok http --url=bear-genuine-hookworm.ngrok-free.app 80 \
|| ( [[ $? -eq 124 ]] && echo "WARNING: Timeout reached, but step succeed" )

0 comments on commit 3c5b80a

Please sign in to comment.