Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Nov 7, 2023
1 parent ca78878 commit ceb80ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:

- name: Start pokeshop services
run: |
docker compos -f docker-compose.agent.yaml up -d \
|| (docker compos -f docker-compose.agent.yaml logs; exit 1)
docker compose -f docker-compose.agent.yaml up -d \
|| (docker compose -f docker-compose.agent.yaml logs; exit 1)
- name: Wait for pokeshop services
run: |
timeout 60 bash -c 'until echo > /dev/tcp/localhost/8081; do sleep 1; done; echo "pokeshop http api ready"'
Expand Down

0 comments on commit ceb80ab

Please sign in to comment.