Skip to content

Commit

Permalink
[22321] Enable archiving of different modules' test results
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-jsonjuliane committed Nov 6, 2024
1 parent e797da9 commit d4c8929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-results
path: build/test-results/test
path: ./*/build/test-results/**/test*UnitTest

- name: Comment on Pull Request for Unit Test Failures
if: failure() && github.event_name == 'pull_request' && steps.unit_tests.outcome == 'failure'
Expand Down

0 comments on commit d4c8929

Please sign in to comment.