-
Notifications
You must be signed in to change notification settings - Fork 20
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
👷 Refactor ➾ (ci) move tests to self-hosted Mac Minis #1509
Conversation
Deploying with Cloudflare Pages
|
|
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.
Just small comment for lerna bootstrap
. Other than than LGTM.
|
||
- name: Build all | ||
run: | | ||
npx lerna bootstrap |
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.
I'd suggest adding --force-local
to ensure local packages are linked
I see one of the build |
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.
Super excited to see this go live, great work @GImbrailo !
🌮 Taqueria PR
🪁 Description
We want to run our E2E tests on our self-hosted runners on Mac Minis. The tests run significantly faster on the self-hosted runners.
🪂 Pre-Merge Checklist (Definition of Done)
🚦 Required to merge:
🛩️ Summary of Changes
macOS-latest
toecad-macmini
for therun-tests
job--maxWorkers=1
option for e2e tests to run tests in parallel.🛸 Type of Change