You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only run a CI pipeline for our internal repository.
We really should set up a github actions pipeline that runs the same tests for any opened pull requests.
Since we have a .gitlab-ci.yml file in place that lists what we do for testing, the setup should not be problematic. We need to consider however, that we probably want a container that can be used for theses tests, because building Score-P every time doesn't make sense.
The text was updated successfully, but these errors were encountered:
We currently only run a CI pipeline for our internal repository.
We really should set up a github actions pipeline that runs the same tests for any opened pull requests.
Since we have a
.gitlab-ci.yml
file in place that lists what we do for testing, the setup should not be problematic. We need to consider however, that we probably want a container that can be used for theses tests, because building Score-P every time doesn't make sense.The text was updated successfully, but these errors were encountered: