Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
attempt to clean out tests output in CI reverted
  • Loading branch information
federicocappelli authored Dec 12, 2024
1 parent 50d4d64 commit b586366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: set -o pipefail && swift build | tee build-log.txt | xcbeautify

- name: Run tests
run: set -o pipefail && swift test -q | tee -a build-log.txt | xcbeautify --report junit --report-path . --junit-report-filename tests.xml
run: set -o pipefail && swift test | tee -a build-log.txt | xcbeautify --report junit --report-path . --junit-report-filename tests.xml

- name: Publish Unit Tests Report
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit b586366

Please sign in to comment.