We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f319ee3 commit 667a6e3Copy full SHA for 667a6e3
1 file changed
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
53
run: |
54
set -euo pipefail
55
- bundle exec puma -b tcp://127.0.0.1:4000
+ bundle exec puma -b tcp://127.0.0.1:4000 &
56
echo "Starting Puma on port 4000"
57
curl -fsS --retry 25 --retry-delay 1 --retry-all-errors "http://127.0.0.1:4000/" > /dev/null
58
echo "Puma has started"
0 commit comments