generated from MinBZK/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change CI/CD to support ACT #119
Comments
this (nektos/act#1518) May be related to this, because if one job fails/finishes in the matrix then it is stuck. |
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intro
act is a cli tool that lets you run GitHub actions locally (faster iteration). Unfortunately, it works slightly different than GitHub actions, but this can be fixed with some small changes in the ci/cd so that both GitHub actions and act work.
Implementation notes
Acceptance Criteria
Out of Scope
The text was updated successfully, but these errors were encountered: