Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 20, 2024
1 parent 9912022 commit 486ae2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

on:
workflow_call:
inputs:
Expand All @@ -18,7 +19,7 @@ jobs:
runs-on: hpc-runner
defaults:
run:
shell: bash -x
shell: /usr/bin/bash -ex {0}
steps:
- name: Run ${{ inputs.compiler }} tests
continue-on-error: true
Expand Down

0 comments on commit 486ae2a

Please sign in to comment.