Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill authored Dec 6, 2024
1 parent 318e646 commit ce243ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: conda activate py31 && cd $GITHUB_WORKSPACE/minecraft-demo && pip install .
- name: Check server health
run: |
timeout 60s bash -c "while ! curl -s http://localhost:25565/health; do sleep 5s; done"
timeout 60s bash -c "while ! curl -v -s http://localhost:25565/health 2>&1 | grep -q 'Empty reply'; do sleep 5s; done"
- name: run test
run: |
ps a|grep [j]ava &&
Expand Down

0 comments on commit ce243ae

Please sign in to comment.