Skip to content

Commit

Permalink
try moving continue on error flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 5, 2024
1 parent 4110abd commit 4b131ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
shell: bash {0}
steps:
- name: Run ${{ inputs.compiler }} tests
# Allows the next step to run even if this one fails
continue-on-error: true
run: |
pwd
cd cime/scripts
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
strategy:
matrix:
compiler: [gnu, intel, intel-oneapi, nvhpc]
# Allows the next step to run even if this one fails
continue-on-error: true
uses: ./.github/workflows/build.yaml
with:
compiler: ${{ matrix.compiler }}
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
url = https://github.com/jedwards4b/CESM_CICE
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_CICE
fxrequired = ToplevelRequired
fxtag = 80d5e61
fxtag = f450b48

[submodule "mom"]
path = components/mom
Expand Down
2 changes: 1 addition & 1 deletion components/cice
Submodule cice updated 1 files
+4 −3 cime_config/buildnml

0 comments on commit 4b131ca

Please sign in to comment.