Skip to content

Commit cdb1a19

Browse files
committed
removed tests run.
1 parent 89a6f3a commit cdb1a19

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,41 +12,7 @@ on:
1212
type: string
1313

1414
jobs:
15-
android-tests:
16-
runs-on: ubuntu-latest
17-
18-
steps:
19-
- name: Checkout code
20-
uses: actions/checkout@v4
21-
with:
22-
submodules: recursive
23-
24-
- name: Set up JDK 17
25-
uses: actions/setup-java@v4
26-
with:
27-
java-version: '17'
28-
distribution: 'temurin'
29-
30-
- name: Setup Android SDK
31-
uses: android-actions/setup-android@v3
32-
33-
- name: Grant execute permission for gradlew
34-
working-directory: android
35-
run: chmod +x gradlew
36-
37-
- name: Setup Gradle
38-
uses: gradle/actions/setup-gradle@v3
39-
40-
- name: Run unit tests
41-
working-directory: android
42-
run: ./gradlew test --stacktrace
43-
44-
- name: Build Android Test APK
45-
working-directory: android
46-
run: ./gradlew assembleDebugAndroidTest --stacktrace
47-
4815
build-aar:
49-
needs: [android-tests]
5016
runs-on: ubuntu-latest
5117

5218
steps:

.github/workflows/test.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)