Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed May 23, 2024
1 parent d3ac290 commit 4d9cf55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generic-cylc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
run: |
if [[ -f ./${{ matrix.workflow }}/rose-suite.conf ]]; then
awk '$0 ~ "=" {print $0}' ./${{ matrix.workflow }}/rose-suite.conf > cylc.conf
cylc validate --color=always ./${{ matrix.workflow }} --set-file=cylc.conf
else
cylc validate --color=always ./${{ matrix.workflow }}
fi
cylc validate --color=always ./${{ matrix.workflow }} --set-file=cylc.conf

0 comments on commit 4d9cf55

Please sign in to comment.