Skip to content

Commit

Permalink
YML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Mar 13, 2024
1 parent d0d86f0 commit 9ed8f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
./cosp2_test cosp2_input_nl.um_global.txt
# 2. UM global snapshot. Diagnostics on model levels.
- name: UM global snapshot. Diagnostics on model levels.
if: contains(matrix.compiler, gfortran)
if: contains(matrix.compiler, 'gfortran')
run: |
cd driver/run
./cosp2_test cosp2_input_nl.um_global_model_levels.txt cosp2_output_nl.um_global_model_levels.txt
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
fi
# 3. UM global snapshot. Diagnostics on model levels. Only gfortran.
- name: UM global on model levels against known good output (KGO)
if: contains(matrix.compiler, gfortran)
if: contains(matrix.compiler, 'gfortran')
run: |
cd driver
KGO=data/outputs/UKMO/cosp2_output.um_global_model_levels.gfortran.kgo.$KGO_VERSION.nc
Expand Down

0 comments on commit 9ed8f03

Please sign in to comment.