Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrofisr committed Jun 30, 2024
1 parent 25415e2 commit 8ad75ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:

- name: Test Cloud Run
run: |
curl "${{ steps.deploy-cloud-run-back.outputs.url }}"
curl "${{ steps.deploy-cloud-run-front.outputs.url }}"
curl "${{ steps.deploy-cloud-run-back.outputs.url }}" -I -s | grep "HTTP/2 200"
curl "${{ steps.deploy-cloud-run-front.outputs.url }}" -I -s | grep "HTTP/2 200"

0 comments on commit 8ad75ff

Please sign in to comment.