tests: improve bats/gh integration

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-04-15 00:19:17 -07:00
parent e45619d42f
commit d46be324e5
4 changed files with 13 additions and 1 deletions

View File

@@ -76,3 +76,11 @@ jobs:
- name: Integration test
run: |
make integration
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
if: always()
with:
report_paths: "tests/*.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}
check_name: "Test Report"