Skip to content

Commit 7434727

Browse files
Always test against KGOs.
1 parent 6caf1a3 commit 7434727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
python compare_to_kgo.py ${KGO} ${TST} --atol=${ATOL} --rtol=${RTOL} --stats_file=${STATS}
118118
# 2. UM global snapshot.
119119
- name: UM global against known good output (KGO)
120+
if: always()
120121
run: |
121122
cd driver
122123
KGO=data/outputs/UKMO/cosp2_output.um_global.${{ matrix.compiler }}.kgo.$KGO_VERSION.nc

0 commit comments

Comments
 (0)