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 3bf6e05
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 @@ -73,12 +73,6 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

Expand Down

0 comments on commit 3bf6e05

Please sign in to comment.