sanger-pathogens / ariba

Antimicrobial Resistance Identification By Assembly
http://sanger-pathogens.github.io/ariba/
Other
167 stars 53 forks source link

Use GitHub actions for tests and builds #333

Closed martinghunt closed 1 year ago

martinghunt commented 1 year ago

Changes:

The new workflow runs on push to master or on pull request. If a tag is pushed (in the form v*.*.*) then the workflow additionally makes a new github release, uploads the singularity container to the release, and builds the docker container and adds it to github container registry.

Release process successfully tested on my fork of the repo.

martinghunt commented 1 year ago

Assuming there's no objections to this, so am merging