tgingold-cern / cheby

GNU General Public License v3.0
7 stars 4 forks source link

Add CI configuration for Github (on push / pull request) #21

Closed stefanlippuner closed 9 months ago

stefanlippuner commented 9 months ago

This enables the Gitlab CI jobs on Github too. This should hopefully prevent us from merging broken commits.

I had to switch /testfiles/tb/run.sh to bash, because /bin/sh doesn't point to bash on Ubuntu (the only Linux availbe for Github actions).

Example pipeline: https://github.com/stefanlippuner/cheby/actions/runs/6271367017

tgingold-cern commented 9 months ago

Great!