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

Move GitHub actions to Linux #6

Open
LiarPrincess opened this issue Mar 31, 2022 · 1 comment
Open

Move GitHub actions to Linux #6

LiarPrincess opened this issue Mar 31, 2022 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@LiarPrincess
Copy link
Owner

According to About billing for GitHub Actions the macOS minute costs 10 units. Given that a single build + tests take 6 min this is 60 units for a single check. This gives us 33 runs per month.

With PyTests (tests written in Python) + PyTests in release mode we will easily push above 10 min (100 units per run -> 20 runs per month).

On linux single minute costs 1 unit -> 333 runs (or 200 with PyTests).

Additional benefits:

  • no Xcode on linux -> no tests for Ariel, but also no errors when Xcode version changes (this already happened in the past)
  • I sometimes forget to check linux builds, this will automate the whole thingy
@LiarPrincess LiarPrincess added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 31, 2022
@youknowone
Copy link
Contributor

Running on Linux may take less time, but you don't need to worry about billing unless this repository is public. The billing policy is adapted only for private repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants