Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Pellecchia <[email protected]>
  • Loading branch information
pellecchialuigi authored and Luigi Pellecchia committed Sep 9, 2024
1 parent 0d9dab6 commit 1860c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
docker run -d --network=host basil-app_${{ env.BRANCH_NAME }}
docker ps
echo "Test Api is running"
curl -f http://localhost:5000/version
curl -vf http://localhost:5000/version
echo "Test App is running"
curl -f http://localhost:9000
curl -vf http://localhost:9000

0 comments on commit 1860c57

Please sign in to comment.