Skip to content

Commit 2e7dfef

Browse files
committed
Add setup step
1 parent aa95662 commit 2e7dfef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
with:
1111
java-version: '8'
1212
distribution: 'temurin'
13+
- name: Setup Gradle
14+
uses: gradle/gradle-build-action@v2
1315
- name: run tests
1416
run: ./gradlew test --no-daemon

0 commit comments

Comments
 (0)