Skip to content

Commit

Permalink
Add tests for stacked annotations for KSP builds only
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 committed Sep 2, 2022
1 parent 0fdf16c commit d165e7d
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
script: ./gradlew connectedCheck --no-daemon --stacktrace -PuseKsp=false
script: ./gradlew connectedCheck --no-daemon --stacktrace -DuseKsp=false

- name: Run UI Tests w/ KSP
uses: reactivecircus/android-emulator-runner@v2
Expand All @@ -65,7 +65,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
script: ./gradlew connectedCheck --no-daemon --stacktrace -PuseKsp=true
script: ./gradlew connectedCheck --no-daemon --stacktrace -DuseKsp=true

- name: Run Screenshot Tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit d165e7d

Please sign in to comment.