Skip to content

Commit

Permalink
fixup! pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi-hashicorp committed Aug 8, 2023
1 parent 723d815 commit a3d8b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
- name: Run tests
working-directory: ${{inputs.directory}}
run: |
set -euo pipefail
PACKAGE_NAMES=$(${{inputs.package-names-command}})
# some tests expect this umask, and arm images have a different default
Expand Down

0 comments on commit a3d8b22

Please sign in to comment.