Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored May 1, 2024
1 parent 0ec4b46 commit 38d9103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- name: Wait for argilla-quickstart to start
run: |
while ! nc -z localhost 6900; do sleep 1; done
while ! curl http://localhost:6900/api/_status; do sleep 1; done
- name: Curl
run: curl http://127.0.0.1:6900/api/docs
run: curl -XGET http://localhost:6900/api/docs
# - name: Checkout Code 🛎
# uses: actions/checkout@v3
# - name: Setup Conda Env 🐍
Expand Down

0 comments on commit 38d9103

Please sign in to comment.