Skip to content

Commit

Permalink
CI: fix linux build flow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jun 21, 2024
1 parent 86289d7 commit c76be4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
RUST_BACKTRACE: FULL
RUST_LOG: FATAL
XDG_RUNTIME_DIR: /tmp
run: ./wolftests -r JUnit -r console -o ${{runner.workspace}}/report.xml
run: ./wolftests --reporter JUnit::out=${{runner.workspace}}/result-junit.xml --reporter console::out=-::colour-mode=ansi

- name: Test Report
uses: dorny/test-reporter@v1
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

- name: Run tests
working-directory: ${{runner.workspace}}/build/tests
run: ./wolftests -r JUnit -r console -o ${{runner.workspace}}/report.xml
run: ./wolftests --reporter JUnit::out=${{runner.workspace}}/result-junit.xml --reporter console::out=-::colour-mode=ansi

- name: Test Report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit c76be4e

Please sign in to comment.