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 need to estblish a CI process for this repository using github actions. Initially this process should just run the existing unit tests on each PR, and nothing more. No additional tests or liniting to be added in this initial task, just setting up the process.
You can establish a GH Actions workflow in a PR, so technically no additional repo access is required, however that can be granted if need be.
Note: as part of this we should remove the existing Travis config. GH Actions is preferred as the complete CI solution here.
The text was updated successfully, but these errors were encountered:
angusmcleod
changed the title
Setup a CI process using Github Actions
Set up a CI process using Github Actions
Mar 31, 2021
We need to estblish a CI process for this repository using github actions. Initially this process should just run the existing unit tests on each PR, and nothing more. No additional tests or liniting to be added in this initial task, just setting up the process.
You can establish a GH Actions workflow in a PR, so technically no additional repo access is required, however that can be granted if need be.
Note: as part of this we should remove the existing Travis config. GH Actions is preferred as the complete CI solution here.
The text was updated successfully, but these errors were encountered: