Skip to content

Commit

Permalink
Check Cylc 8 version in github action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Mar 26, 2024
1 parent ce54608 commit 19a58b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
vagrant ssh -c "grep 'errors occurred during installation' /var/log/install.log || true"
vagrant ssh -c "grep -q 'No errors detected' /var/log/install.log && \
cylc version --long && \
CYLC_VERSION=8 cylc version --long && \
rose version && \
CYLC_VERSION=8 rose version && \
fcm version && \
svn --version && \
gfortran --version | grep 4.8.5 || fcm test-battery t/fcm-make && \
Expand Down

0 comments on commit 19a58b4

Please sign in to comment.