Skip to content

Commit

Permalink
fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Sep 11, 2024
1 parent 2cc167c commit 5b85fcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
psql -h localhost -d temba -U temba -f ci/database.sql
- name: Test image
run: |
docker ps
docker run --name archiver --env-file docker.envfile --link postgis --link localstack_main --publish 8080:8080 --detach archiver
docker run --name archiver --env-file docker.envfile --link postgis --link localstack-main --publish 8080:8080 --detach archiver
timeout ${{env.GREP_TIMEOUT}} grep -m 1 's3 bucket ok' <(docker logs --follow archiver 2>&1)
timeout ${{env.GREP_TIMEOUT}} grep -m 1 'Sleeping until next UTC day' <(docker logs --follow archiver 2>&1)
grep -v 'error' <(docker logs archiver 2>&1)
Expand Down

0 comments on commit 5b85fcf

Please sign in to comment.