Skip to content

Commit

Permalink
Merge branch 'fcappelli/subscription_oauth_api_v2' of https://github.…
Browse files Browse the repository at this point in the history
…com/duckduckgo/BrowserServicesKit into fcappelli/subscription_oauth_api_v2
  • Loading branch information
federicocappelli committed Dec 12, 2024
2 parents 1292c9d + b586366 commit f12498a
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 f12498a

Please sign in to comment.