Skip to content

Commit

Permalink
Only run Android Tests for pillarbox-player
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Mar 7, 2024
1 parent d647264 commit 76c46a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
script: >
./gradlew
:pillarbox-analytics:connectedDebugAndroidTest
:pillarbox-core-business:connectedDebugAndroidTest
:pillarbox-player:connectedDebugAndroidTest
:pillarbox-ui:connectedDebugAndroidTest
# Supported tasks per module
# :pillarbox-analytics:connectedDebugAndroidTest
# :pillarbox-core-business:connectedDebugAndroidTest
# :pillarbox-player:connectedDebugAndroidTest
# :pillarbox-ui:connectedDebugAndroidTest
script: ./gradlew :pillarbox-player:connectedDebugAndroidTest

0 comments on commit 76c46a1

Please sign in to comment.