We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f4828 commit 3fbe76eCopy full SHA for 3fbe76e
1 file changed
.github/workflows/run_pytest.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Wait for app to start
39
run: |
40
for i in {1..40}; do
41
- curl -s idp:8000 && break
+ curl -s stemweb:8000 && break
42
echo "Waiting..."
43
sleep 1
44
done
0 commit comments