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 6198076 commit b3222dbCopy full SHA for b3222db
.github/workflows/run-tests.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Publish test results
42
run: |
43
curl https://raw.githubusercontent.com/couchbaselabs/junit-markdown/refs/heads/main/JunitMarkdown.java --output ${{ runner.temp }}/JunitMarkdown.java
44
- java .github/scripts/ConvertTestResultsToMarkdown.java . >> $GITHUB_STEP_SUMMARY
+ java ${{ runner.temp }}/JunitMarkdown.java . >> $GITHUB_STEP_SUMMARY
0 commit comments