Skip to content

Commit

Permalink
fix: make curl fail if http is unsuccessful
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor-magyar committed Nov 26, 2024
1 parent 9ed9770 commit 0f1b504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product_builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ jobs:
docker run -v /var/run/docker.sock:/var/run/docker.sock --network $GITHUB_NETWORK ${GITHUB_REGISTRY}/${CLI_IMAGE_NAME}:${{ needs.gather_changes.outputs.tag }} --image-tag ${{ needs.gather_changes.outputs.tag }} --network $GITHUB_NETWORK --prefer-local-images --expect-container-env --debug -p dyo-e2e up
- name: Check if containers are running and reachable
run: |
curl -vL -m 30 http://dyo-e2e_traefik:8000 > /dev/null
curl -vfL -m 30 http://dyo-e2e_traefik:8000 > /dev/null
- name: Setup NPM caches
uses: actions/cache/restore@v3
with:
Expand Down

0 comments on commit 0f1b504

Please sign in to comment.