-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
47-add-self-hosted-runner #62
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #62 +/- ##
========================================
Coverage 79.15% 79.15%
========================================
Files 15 15
Lines 379 379
========================================
Hits 300 300
Misses 79 79 |
This is now ready for review. A few items to note:
|
5feb7bd
to
d240399
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all looks great, thanks @BradyPlanden
This PR adds a daily triggered unit test to be completed on the self-hosted M2 mini as well as the GitHub-hosted runners.
Note, the workflow names have been updated to align with their tasks. The dependency installations have also been refactored as there was redundant code. Closes #47