Skip to content

Commit

Permalink
remove "android-test" in deploy needs.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 30, 2023
1 parent 37e38af commit 986dafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
fail-fast: false
matrix:
# minSdk and targetSdk, see ${project_root}/android_test/app/build.gradle.kts
# TODO: Investigate why it is unstable on API 33.
api-level: [ 26, 33 ]
steps:
- name: checkout
Expand All @@ -98,7 +99,7 @@ jobs:
profile: 'pixel_2'

deploy:
needs: [ javadoc, android-test ]
needs: [ javadoc, shadow_jar ] # TODO: add android-test when it is stable.
permissions:
contents: write
if: github.event_name == 'release' && github.event.action == 'created'
Expand Down

0 comments on commit 986dafb

Please sign in to comment.