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 418564a commit 69dc003Copy full SHA for 69dc003
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Run Tests
50
run: |
51
mkdir -p tests/results
52
- box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
+ box testbox run runner=http://127.0.0.1:49619/tests/runner.cfm --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
53
54
- name: Publish Test Results
55
uses: EnricoMi/publish-unit-test-result-action@v1
0 commit comments