Skip to content

Commit

Permalink
location of tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 4, 2022
1 parent a4423d6 commit 93c999b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Run Tests
run: |
mkdir test-harness/tests/results
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
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down

0 comments on commit 93c999b

Please sign in to comment.