We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667a6e3 commit d243deeCopy full SHA for d243dee
1 file changed
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
set -euo pipefail
55
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
+ curl -fsS --retry 25 --retry-delay 1 --retry-all-errors -u "${TEST_USERNAME}:${TEST_PASSWORD}" "http://127.0.0.1:4000/" > /dev/null
58
echo "Puma has started"
59
60
- name: Generate cache key
0 commit comments