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 a4423d6 commit 93c999bCopy full SHA for 93c999b
.github/workflows/tests.yml
@@ -77,8 +77,8 @@ jobs:
77
78
- name: Run Tests
79
run: |
80
- mkdir test-harness/tests/results
81
- box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
+ mkdir -p test-harness/tests/results
+ box testbox run --verbose outputFile=test-harness/tests/results/test-results outputFormats=json,antjunit
82
83
- name: Publish Test Results
84
uses: EnricoMi/publish-unit-test-result-action@v1
0 commit comments