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, ENH: local workflow tests via act fail to work with some actions #2

Open
vkhodygo opened this issue Jan 31, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request question Further information is requested tests Code testing
Milestone

Comments

@vkhodygo
Copy link
Member

The act package is a nice tool for local tests, however, it is based on docker which is infamous for its issues with root permissions.
Some of the actions used here prevent act from being used meaning every change in the code has to be pushed to see if it works.
This seriously increases the overall time of development.

Again, this issue requires some investigation first.

@vkhodygo vkhodygo added enhancement New feature or request question Further information is requested tests Code testing labels Jan 31, 2022
@vkhodygo vkhodygo added this to the 1.0.0 milestone Jan 31, 2022
@vkhodygo vkhodygo self-assigned this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested tests Code testing
Projects
None yet
Development

No branches or pull requests

1 participant