Skip to content

Commit

Permalink
github actions: Move fcm conflicts tests to separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 13, 2024
1 parent a621147 commit 11495ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
CYLC_VERSION=8 rose version && \
fcm version && \
svn --version && \
gfortran --version | grep 4.8.5 || fcm test-battery t/fcm-make && \
fcm test-battery t/fcm-conflicts && \
fcm test-battery t/fcm-make && \
which at"
- name: Test fcm conflicts
run: |
export VAGRANT_VAGRANTFILE=Vagrantfile.${{ matrix.os }}
vagrant ssh -c "fcm test-battery t/fcm-conflicts"
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ if [[ $collections =~ desktop ]]; then
fi

if [[ $dist == redhat && $release == centos* ]]; then
# Stream 8 now EOL
sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
# Add the EPEL repository
yum install -y epel-release || error
fi
Expand Down

0 comments on commit 11495ff

Please sign in to comment.