-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add GitHub workflow/actions #21
Comments
Added copy of Francks action. #21
OK, I've been fighting with this for some time now...
Tried following:
And none of that is working. Probably easy fix, but I have no clue what to do next... |
A neat little trick / workaround is to put those folders into your secrets file. While not a secret, they can be swapped out during CI using a secrets stub file |
Wow, that really is a great trick! Never thought of that! |
…b CI and remove allowlist_external_dirs #21
Thanks to the great tip, this is now fixed. Added a bit of complexity, but now both Travis CI and GitHub CI are working, with GitHub one also checking against Beta and Dev versions! |
Will add GitHub actions/workflow to test configuration not by Travis CI (or not only by Travis CI) but also with GitHub CI.
Possible enhancement could be to add testing against BETA and DEV version too - similar what @frenck has in his repository.
The text was updated successfully, but these errors were encountered: