Skip to content

Commit

Permalink
GitHub Actions: CI update android-unit-testing job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Dec 20, 2023
1 parent 2d515d0 commit 00de332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

android-unit-testing:
needs: [files-changed, ktlint]
if: ${{ needs.files-changed.outputs.android == 'true' }}
if: ${{ needs.files-changed.outputs.android == 'true' || needs.files-changed.outputs.shared == 'true' }}
name: Run Android unit tests
runs-on: ubuntu-22.04
timeout-minutes: 30
Expand Down

0 comments on commit 00de332

Please sign in to comment.