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

ci: add CI workflows for tests #68

Merged
merged 8 commits into from
Nov 15, 2023
Merged

ci: add CI workflows for tests #68

merged 8 commits into from
Nov 15, 2023

Conversation

krichprollsch
Copy link
Member

@krichprollsch krichprollsch commented Nov 13, 2023

Relates to https://github.com/Browsercore/project/issues/45

I had to configure an organization GH Personal Access Token to be able to clone private submodules.
I followed: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token

The token is stored in the CI secrets variables: https://github.com/Browsercore/browsercore/settings/secrets/actions

⚠️ APT tests don't pass at all. So I added a continue-on-error: true configuration to force the job to pass instead.
Unfortunately GH desn't give a way to warning a test instead of fail or success. see actions/runner#2347 for details.

I didn't found a better way to do that for now.
https://github.com/Browsercore/browsercore/pull/68/files#diff-f297e07b06710055241730fd4e30f4f97053e47d9a52e61234f4be3e7256bf41R57-R60

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.

None yet

2 participants