In order to completely move from Travis-CI to github actions, following list of steps needs to be done. - [x] move bash files from `.travis` to `.github/scripts` - [x] add release action on tagging (based on contents of `travis.yml` file - [x] test release process (add missing secrets) - [x] remove `travis.yml` file - [x] add publish to Sonar - [x] add publish test results (from matrix) Part of wok is performed already as part of #102
In order to completely move from Travis-CI to github actions, following list of steps needs to be done.
.travisto.github/scriptstravis.ymlfiletravis.ymlfilePart of wok is performed already as part of #102