We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6554ecf commit 5d5f760Copy full SHA for 5d5f760
.github/actions/build-and-tag-locally/action.yml
@@ -213,7 +213,7 @@ runs:
213
PLATFORM=${{ steps.platform.outputs.display_name }}
214
REDIS_IMG=${{ github.sha }}:${{ steps.platform.outputs.display_name }}
215
./test.sh
216
- -- --output-junit-xml=test/report.xml
+ -- --output-junit-xml=report.xml
217
218
- name: Test Report
219
uses: dorny/test-reporter@v2
0 commit comments