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

Test: Add macos-14 builder (Apple Silicon M1/ARM) #13

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

alagoutte
Copy link

also update checkout to v4

Should Fix #2

alagoutte and others added 4 commits January 30, 2024 19:02
@laidbackware
Copy link
Contributor

@alagoutte that you for the PR. I've updated the SDK which his CLI is dependent on and all tests pass. The challenge I have is that these test are failing likely due to the account/secret I'm using to log into customer connect. Given the changes happening internally I can't use the existing approach to get admin on this repo to troubleshoot the issue.

I suspect that due to the number of parallel tasks that the account is being blocked.

I've updated the PR to split the tests into 2 batches. Can you please get them running in your branch, as I think this will be quicker that me getting admin to fix this repo?

You just need to set a customer connect account as a repo secret using so that there are correct env vars available to actions. This doesn't have to be your official account, the tests are written that any brand new account will work.

VCC_USER='email@email.com'
VCC_PASS='##'

image

@alagoutte
Copy link
Author

Adding secret but look don't build :(

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.

Add support for native Apple Silicon
2 participants