Skip to content

Commit ce0509e

Browse files
Update continuous_integration.yml
1 parent 6137d98 commit ce0509e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,19 @@ jobs:
170170
- name: Produce plots and create tarball
171171
if: failure()
172172
run: |
173+
cd data/outputs/UKMO
174+
tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
175+
cosp2_output_um.nc cosp2_output.um_global_model_levels.nc *.png \
176+
cosp2_output.um_global.out
177+
ls -lh
173178
TST_MLEV=data/outputs/UKMO/cosp2_output.um_global_model_levels.nc
174-
cd driver
179+
cd ~/driver
175180
if [[ -e data/outputs/UKMO/cosp2_output.um_global.nc ]]; then
176181
python plot_test_outputs.py
177182
fi
178183
if [[ -e data/outputs/UKMO/cosp2_output.um_global_model_levels.nc ]]; then
179184
python plot_test_outputs.py --tst_file=$TST_MLEV
180185
fi
181-
cd data/outputs/UKMO
182-
tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
183-
cosp2_output_um.nc cosp2_output.um_global_model_levels.nc *.png \
184-
cosp2_output.um_global.out
185-
ls -lh
186186
###############################################################################
187187
# Make output files available if any test fails
188188
###############################################################################

0 commit comments

Comments
 (0)