Update jenkins/valet-custom-transformers-lab.md

This commit is contained in:
Begona Guereca
2022-08-22 14:37:55 -07:00
committed by GitHub
parent c025b21e11
commit b548deb8c8
+1 -1
View File
@@ -138,7 +138,7 @@ When you open the file you should see the following changes in the GitHub Action
## Custom transformers for a known step
Next lets address the third-party GitHub action `EnricoMi/publish-unit-test-result-action@v1.7`, that Valet chose for the `junit` step. This action does not meet our needs because our CTO has dictated that our pipelines take no dependencies on third-party actions. We can customize the action that we would like Valet to use instead.
Next lets address the third-party GitHub action `EnricoMi/publish-unit-test-result-action@v1.7` that Valet chose for the `junit` step. This action does not meet our needs because our CTO has dictated that our pipelines take no dependencies on third-party actions. We can customize the action that we would like Valet to use instead.
After some research we find that the following scripts will execute our J-unit tests without needing to depend on `EnricoMi/publish-unit-test-result-action@v1.7`.