icatproject / icat.server

The ICAT server offering both SOAP and "RESTlike" interfaces to a metadata catalog.
Other
1 stars 5 forks source link

Remove existing MySQL installation on GitHub Actions for ICAT Ansible #280

Closed MRichards99 closed 2 years ago

MRichards99 commented 2 years ago

Description

This PR is the result of merging https://github.com/icatproject-contrib/icat-ansible/pull/78 on ICAT Ansible. That PR fixes some bugs relating to the installation of mariadb. For GitHub Actions, the existing installation of mysql must be removed so it doesn't interfere with the one installed by ICAT Ansible. This PR just adds that step in.

Testing Instructions

Just check that CI passes.