-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Improve Support For Matrix Testing #56
Comments
Right now, the only workaround I am aware of is to skip individual steps (described in README). |
That is what I did, and now the pre_job is no longer working.... |
If you are aiming to skip individual steps, then you might want to delete your pre_job, and instead use a regular step for |
It's working - thank you so much!! |
I was facing this problem as well and was happy to find this issue! Will give the non-pre-job approach a try. |
attranslate
uses "matrix-testing" to test Ubuntu, macOS and Windows: https://github.com/fkirc/attranslateHowever, supporting "matrix-testing" with
skip-duplicate-actions
seems to be cumbersome.The screenshot below illustrates the problem.
The workflow is here: https://github.com/fkirc/attranslate/blob/master/.github/workflows/ci.yml
One way to fix it are skip-checks for individual workflow-steps.
This is already doable, but it requires one additional line per step.
The text was updated successfully, but these errors were encountered: