Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored May 1, 2024
1 parent 38d9103 commit e5ec412
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 ! curl http://localhost:6900/api/_status; do sleep 1; done
while ! curl -XGET http://localhost:6900/api/_status; do sleep 1; done
- name: Curl
run: curl -XGET http://localhost:6900/api/docs
run: curl -XGET http://localhost:6900/api/_status
# - name: Checkout Code 🛎
# uses: actions/checkout@v3
# - name: Setup Conda Env 🐍
Expand Down

0 comments on commit e5ec412

Please sign in to comment.