Skip to content

Commit

Permalink
CI: fix silent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 29, 2024
1 parent 7d4f4c0 commit a877598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
build-test:
runs-on: ${{ matrix.os }}
defaults: {run: {shell: bash}}
defaults: {run: {shell: 'bash -el {0}'}}
env:
COMPILER: gcc
BUILD_TYPE: Release
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ on:
- 'CITATION.cff'
- '.mailmap'
schedule: [{cron: '37 13 * * SUN'}] # Sunday at 13:37
defaults:
run:
shell: bash -l {0}
defaults: {run: {shell: 'bash -el {0}'}}
jobs:
build:
if: github.event_name != 'schedule'
Expand Down

0 comments on commit a877598

Please sign in to comment.