Skip to content

Commit ba30852

Browse files
authored
Update build.yml
1 parent f398d83 commit ba30852

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
with:
2929
java-version: '17'
3030
distribution: 'temurin'
31-
- name: Build with Gradle
31+
- name: Setup Gradle
3232
uses: gradle/gradle-build-action@v2
33-
with:
34-
build-root-directory: ./Task-Tracker-Entities
35-
run: ./gradlew test
33+
- name: Test with Gradle
34+
run: cd Task-Tracker-Entities && ./gradlew test

0 commit comments

Comments
 (0)