Skip to content

Commit 5d5f760

Browse files
committed
RED-159320 fix report path (again!)
1 parent 6554ecf commit 5d5f760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-and-tag-locally/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ runs:
213213
PLATFORM=${{ steps.platform.outputs.display_name }}
214214
REDIS_IMG=${{ github.sha }}:${{ steps.platform.outputs.display_name }}
215215
./test.sh
216-
-- --output-junit-xml=test/report.xml
216+
-- --output-junit-xml=report.xml
217217
218218
- name: Test Report
219219
uses: dorny/test-reporter@v2

0 commit comments

Comments
 (0)