question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve Support For Matrix Testing

See original GitHub issue

attranslate uses “matrix-testing” to test Ubuntu, macOS and Windows: https://github.com/fkirc/attranslate However, 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.

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fkirccommented, Feb 3, 2021

If you are aiming to skip individual steps, then you might want to delete your pre_job, and instead use a regular step for skip-duplicate-actions. But anyways, I cannot give detailed advice because there are nearly infinite ways to use skip-duplicate-actions as a pluggable component. The README only contains two possible configurations.

0reactions
akd-iocommented, Jul 30, 2021

I was facing this problem as well and was happy to find this issue! Will give the non-pre-job approach a try.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Improve project quality with a Requirement Traceability Matrix!
The Requirement Traceability Matrix (RTM) is a planning tool to help ensure that a project's scope, requirements, and deliverables remain “as is” when...
Read more >
How to Create Requirements Traceability Matrix (RTM)
Why Is Requirement Traceability Required? Requirement Traceability Matrix helps to link the requirements, Test cases, and defects accurately. ...
Read more >
Requirement Traceability Matrix & Regression Testing
Using a requirement traceability matrix helps achieve the results with better efficiency. Let's discuss traceability matrix in testing..
Read more >
Better healthcare for everyone everywhere.
In-Home Testing Solutions Powered by Matrix's High-Capacity Clinical Lab. Better healthcare for everyone everywhere.
Read more >
Traceability Matrix, 5 Benefits of Using Traceability Matrix
#2 – Improved Test Case Management. Good test case management relies heavily on Traceability. ReQtest's Test Management tools allow you to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found