-
Notifications
You must be signed in to change notification settings - Fork 138
Script to parse github action workflows #582
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
base: master
Are you sure you want to change the base?
Script to parse github action workflows #582
Conversation
|
I haven't had time to test it yet, but ever since I've come across nektos/act I've wanted to test it with |
|
@gavanderhoorn I tried it a while ago but had problems mounting the right folders. But I think it is worth a second maybe more educated shot. |
|
|
| _ici_parse_jobs_res="$3";; | ||
| "true") | ||
| _ici_parse_jobs_res="0";; | ||
| "True") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use true and false everywhere else.
Instead of accepting the Python syntax, it should be converted in the calling script.
I migrated |
This PR introduces a script that parses a github action workflow from
.github/workflows/industrial_ci_action.ymland then callsrun_ciwith this configuration.The script is the equivalent to
run_travisand has the same terminal usage and arguments.Should be documented together with #574.