Skip to content

Commit

Permalink
Set shell command to permit isatty() to function
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Mar 29, 2024
1 parent 38f4292 commit e2ff530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
name: Generate build artifact
env:
ARCHITECTURE: ${{ steps.arch.outputs.name }}
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
set -euo pipefail
just package "${GITHUB_REF_NAME}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- name: Install dependencies
run: brew install popt just cmocka
- name: Run unit tests
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: just test-release

0 comments on commit e2ff530

Please sign in to comment.