Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0mar committed Sep 9, 2024
1 parent 3a1c20a commit 187736a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- run: docker run -d -p 8080:80 --name smart-launcher smartonfhir/smart-launcher-2:latest
- name: Wait until ready
- run: |
until curl -s http://localhost:8080 > /dev/null; do
echo "Waiting for container startup"
sleep 5
done
until curl -s http://localhost:8080 > /dev/null; do
echo "Waiting for container startup"
sleep 5
done
- name: Run tests
run: |
pytest tests/
Expand Down

0 comments on commit 187736a

Please sign in to comment.