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 3, 2023
1 parent 037fe4b commit 5ca2187
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 5ca2187

Please sign in to comment.