Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0mar committed Sep 9, 2024
1 parent 187736a commit 0506034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[testing]
- name: Pull Docker image
- run: docker pull smartonfhir/smart-launcher-2:latest
run: docker pull smartonfhir/smart-launcher-2:latest
- name: Run docker container
- run: docker run -d -p 8080:80 --name smart-launcher smartonfhir/smart-launcher-2:latest
run: docker run -d -p 8080:80 --name smart-launcher smartonfhir/smart-launcher-2:latest
- name: Wait until ready
- run: |
run: |
until curl -s http://localhost:8080 > /dev/null; do
echo "Waiting for container startup"
sleep 5
Expand Down

0 comments on commit 0506034

Please sign in to comment.