Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
test: Remove API 27 from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Aug 24, 2024
1 parent bfcb25c commit 5125abb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
@@ -35,8 +35,6 @@ if [ "$target" == "" ]; then
./gradlew :fuse:test
assertLastCall

./gradlew :fuse:api27DebugAndroidTest
assertLastCall
./gradlew :fuse:api28DebugAndroidTest
assertLastCall
./gradlew :fuse:api29DebugAndroidTest

0 comments on commit 5125abb

Please sign in to comment.