link to JUnit

meleu
2022-05-25 13:42:55 -03:00
parent 99d99b78e8
commit 467ff5f109

@@ -20,3 +20,5 @@ test:
script:
- git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck
```
If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](../JUnit).