Skip to content

Commit

Permalink
Removing action intended to run on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
javrudsky committed Aug 23, 2022
1 parent 79aebcd commit 3e47360
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test with Gradle
run: cd project; ./gradlew test

- name: checkout
uses: actions/checkout@v3

- name: Run Instrumented Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: cd project; ./gradlew connectedCheck
- name: Test with Gradle
run: cd project; ./gradlew test

0 comments on commit 3e47360

Please sign in to comment.