Skip to content

Commit 93c999b

Browse files
committed
location of tests results
1 parent a4423d6 commit 93c999b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
7878
- name: Run Tests
7979
run: |
80-
mkdir test-harness/tests/results
81-
box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
80+
mkdir -p test-harness/tests/results
81+
box testbox run --verbose outputFile=test-harness/tests/results/test-results outputFormats=json,antjunit
8282
8383
- name: Publish Test Results
8484
uses: EnricoMi/publish-unit-test-result-action@v1

0 commit comments

Comments
 (0)