Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Test builds consuming large amount of github action minutes #7

Closed
ichrisanderson opened this issue Mar 8, 2021 · 5 comments
Closed

Comments

@ichrisanderson
Copy link

The test build is setup to use macOS. 1 macOS minute counts as 10 regular minutes on Github actions.

Screenshot 2021-03-08 at 21 18 08

After starting the week1 and week2 challenges my github action minutes have now been spent, most users will be on a free plan which is capped at 2000 minutes.

Can the tests be disabled?

@matale
Copy link

matale commented Mar 11, 2021

Interesting I have done both weeks but it hasn't cost me any minutes it seems I can only see 4 used with multiple build/tests over 10 min, how are you getting the repo, are you also using the "Use this template" button? It might be a good idea not to push every commit to save on minutes.

@ichrisanderson
Copy link
Author

Setup via the "Use this template". Have pushed 7 times on 2 projects looking at the actions log, I don't think that's excessive. I would have pushed less if it was apparent this workflow is so expensive.

I'm seeing the following, this build cost me over 380 build minutes, 1 macOS minute is 10x the cost.

Screenshot 2021-03-12 at 09 01 44

Given there aren't any UI tests setup in the template, and the majority of people won't be writing espresso tests can't the connected tests be removed?

@necatisozer
Copy link

Actions on public repositories are free.

@ichrisanderson
Copy link
Author

Actions on public repositories are free.

2000 minutes per month are free. This template used 2040 minutes for me with the first 2 challenges.

@necatisozer
Copy link

Actions on public repositories are free.

2000 minutes per month are free. This template used 2040 minutes for me with the first 2 challenges.

No, they are totally free IF your repository is public. Your repositories are probably private.

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

No branches or pull requests

3 participants