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

Co-authored-by: j-dunham <[email protected]>
This commit is contained in:
Begona Guereca
2022-08-22 10:11:00 -07:00
committed by GitHub
co-authored by j-dunham
parent e61d7d6d1d
commit 62d5394565
+1 -1
View File
@@ -261,7 +261,7 @@ Lets run the `dry-run` command again to see if our custom transformer worked.
gh valet dry-run jenkins --source-url http://localhost:8080/job/test_pipeline -o .tmp/jenkins/dry-run --custom-transformers transformers.rb
```
When you open the file you should see the following workflow that has replaced the `EnricoMi/publish-unit-test-result-action@v1.7` action with the steps we have customized above.
When you open the file you should see the`EnricoMi/publish-unit-test-result-action@v1.7` action has been replaced with the customized steps.
```diff
- - name: Publish test results