Skip to content

Commit

Permalink
only running android instrumentation tests to gather statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Mar 15, 2024
1 parent 6559060 commit 608ab9f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ runs:
id: build
run: ./gradlew build jar

- name: Run Unit Tests
if: inputs.run_tests == 'true'
shell: bash
run: ./gradlew test

- name: Build contract tests
shell: bash
run: make build-contract-tests
# - name: Run Unit Tests
# if: inputs.run_tests == 'true'
# shell: bash
# run: ./gradlew test
#
# - name: Build contract tests
# shell: bash
# run: make build-contract-tests

- name: Perform Instrumented Tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 #2.30.1
Expand All @@ -51,8 +51,8 @@ runs:
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
make start-contract-test-service
make run-contract-tests
# make start-contract-test-service
# make run-contract-tests
./gradlew connectedDebugAndroidTest

- name: Build documentation
Expand Down

0 comments on commit 608ab9f

Please sign in to comment.