Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Temporarily disabling Android CI tests due to ReactiveCircus/android-…
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Jul 20, 2021
1 parent 697a1d4 commit 354db26
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ jobs:
if: matrix.os != 'ubuntu-latest'
run: ./gradlew hostOnlyTest
shell: bash
- name: Check Android
if: matrix.os == 'macos-latest'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ndk: 21.3.6528147
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
# - name: Check Android
# if: matrix.os == 'macos-latest'
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# arch: x86_64
# ndk: 21.3.6528147
# cmake: 3.10.2.4988404
# script: ./gradlew connectedCheck
- name: Upload (macos / windows)
if: matrix.os != 'ubuntu-latest'
shell: bash
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
with:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
staging_repository_id: ${{ needs.create-staging-repository.outputs.repository_id }}
staging_repository_id: ${{ needs.create-staging-repository.outputs.repository_id }}
18 changes: 9 additions & 9 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
if: matrix.os != 'ubuntu-latest'
run: ./gradlew hostOnlyTest
shell: bash
- name: Check Android (macos)
if: matrix.os == 'macos-latest'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ndk: 21.3.6528147
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
# - name: Check Android (macos)
# if: matrix.os == 'macos-latest'
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# arch: x86_64
# ndk: 21.3.6528147
# cmake: 3.10.2.4988404
# script: ./gradlew connectedCheck
- name: Upload (macos / windows)
if: matrix.os != 'ubuntu-latest'
shell: bash
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
- name: Check
shell: bash
run: ./gradlew check
- name: Check Android
if: matrix.os == 'macos-latest'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ndk: 21.3.6528147
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
# - name: Check Android
# if: matrix.os == 'macos-latest'
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# arch: x86_64
# ndk: 21.3.6528147
# cmake: 3.10.2.4988404
# script: ./gradlew connectedCheck

0 comments on commit 354db26

Please sign in to comment.