Skip to content

Commit 667a6e3

Browse files
committed
fix: Background the Puma process so the ‘Start Puma’ step doesn’t hang
1 parent f319ee3 commit 667a6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
5353
run: |
5454
set -euo pipefail
55-
bundle exec puma -b tcp://127.0.0.1:4000
55+
bundle exec puma -b tcp://127.0.0.1:4000 &
5656
echo "Starting Puma on port 4000"
5757
curl -fsS --retry 25 --retry-delay 1 --retry-all-errors "http://127.0.0.1:4000/" > /dev/null
5858
echo "Puma has started"

0 commit comments

Comments
 (0)