elixir-cloud-aai / tesk-api

GA4GH TES API Service that translates tasks into Kubernetes Batch API calls
Apache License 2.0
7 stars 18 forks source link

Switch to GitHub Actions instead of Travis CI #33

Closed zagganas closed 2 years ago

zagganas commented 2 years ago

Added two workflow files. The first checks the code whenever there is a push or a PR to master. The second, triggered when a tag is pushed to master (see comment in maven-publish.yml), compiles the code into a Docker image and pushes to Docker Hub.