Skip to content

Commit

Permalink
Just cleaned a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hojat72elect committed May 24, 2024
1 parent 1ab5a13 commit e39cb25
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,45 +46,6 @@ jobs:
- name: Run Unit Tests
run: ./gradlew test

instrumentation-test:
name: Instrumentation Tests
runs-on: [ macos-latest ]
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') }}

steps:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'

- name: Generate a Cache Key
run: ./checksum.sh checksum.txt

- name: Copy CI Gradle Properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Cache Gradle Folders
uses: actions/cache@v2
with:
path: |
~/.gradle/caches/
~/.gradle/wrapper/
key: cache-gradle-${{ runner.os }}-${{ hashFiles('checksum.txt') }}
restore-keys: |
cache-gradle-${{ runner.os }}-
cache-gradle-
- name: Run Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
target: google_apis # https://github.com/ReactiveCircus/android-emulator-runner/issues/106
script: ./gradlew connectedAndroidTest

assemble:
name: App Assembling
runs-on: [ ubuntu-latest ]
Expand Down

0 comments on commit e39cb25

Please sign in to comment.