Skip to content

Commit

Permalink
Use service name
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed May 30, 2024
1 parent 1e8c9fc commit 5ebe790
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,5 @@ jobs:
- name: Test the application
run: |
sleep 10
curl -v http://127.0.0.1:8080
docker container ls
docker logs cider
curl -v http://cider:8080 || echo "No!"
docker logs $(docker container ls --format "{{.Names}}" | grep cider)

0 comments on commit 5ebe790

Please sign in to comment.