Adjust Actions workflow

This commit is contained in:
Curle 2022-06-23 22:57:59 +01:00
parent 606709ae3a
commit 9546701ede

View File

@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-${{ github.run_id }}
- name: Test shadow-file-format
run: ./bazel-bin/projs/shadow-file-format/test.exe --gtest_output="xml:./test-results/shadow-file-format-test.xml"
run: ./bazel-bin/projs/shadow-file-format/test.exe -r junit -o ./test-results/shadow-file-format-test.xml
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v1