Skip to content

Commit

Permalink
Instrumented tests should not need the "setup java" step
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Aug 26, 2024
1 parent 6695979 commit 5dc15ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Setup Android SDK
uses: android-actions/setup-android@v3

Expand Down

0 comments on commit 5dc15ec

Please sign in to comment.