Skip to content
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

Support for Local Runner #214

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Support for Local Runner #214

wants to merge 5 commits into from

Conversation

CarciDev
Copy link
Contributor

Swapped ubuntu Github instance runner to a locally run one.

runs-on: ubuntu-latest was swapped with runs-on: [self-hosted, david_server] x3 times.

🛠 Proposed Changes:

Swaps the github hosted runner to a local runner.

Swapped ubuntu Github instance runner to a locally run one. 

runs-on: ubuntu-latest was swapped with runs-on: [self-hosted, david_server] x3 times.
Fixed incorrect runs-on
added []
i had to allow the org to share the runner to its repo.
@CarciDev
Copy link
Contributor Author

don't merge yet, I need to add concurrent runner to avoid running the tests one at a time

@NathanGrenier
Copy link
Contributor

You forgot to modify the .github/workflows/release.yaml as well.

Or were you planning to only use the self hosted one for the ci.yaml workflow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants