Skip to content

Commit

Permalink
Fail build when any of the service update fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Sep 27, 2024
1 parent 24e23d6 commit 5070702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-test-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
key: ${{ secrets.TEST_STACK_SSH_KEY }}
command_timeout: 100m ## Haskell container build takes a lot of time.
script: |
set -euo pipefail
REPO_URL="https://github.com/${{ github.repository }}"
DEST_DIR="$HOME/Documents/govtool"
Expand Down

0 comments on commit 5070702

Please sign in to comment.