Skip to content

Commit 69dc003

Browse files
committed
Fix test runner
1 parent 418564a commit 69dc003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run Tests
5050
run: |
5151
mkdir -p tests/results
52-
box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
52+
box testbox run runner=http://127.0.0.1:49619/tests/runner.cfm --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
5353
5454
- name: Publish Test Results
5555
uses: EnricoMi/publish-unit-test-result-action@v1

0 commit comments

Comments
 (0)