Skip to content

Commit 3fbe76e

Browse files
authored
Update run_pytest.yml
correct host name in "Wait for app to start"
1 parent f9f4828 commit 3fbe76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Wait for app to start
3939
run: |
4040
for i in {1..40}; do
41-
curl -s idp:8000 && break
41+
curl -s stemweb:8000 && break
4242
echo "Waiting..."
4343
sleep 1
4444
done

0 commit comments

Comments
 (0)