Skip to content

Commit 20ad02f

Browse files
authored
Update build.yml
1 parent 8b841cc commit 20ad02f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,4 @@ jobs:
3131
- name: Setup Gradle
3232
uses: gradle/gradle-build-action@v2
3333
- name: Test with Gradle
34-
run: chmod +x gradlew
35-
run: cd Task-Tracker-Entities
36-
run: ln -s ../gradle
37-
run: ln -s ../gradlew
38-
run: ./gradlew check
34+
run: chmod +x gradlew && cd Task-Tracker-Entities && ln -s ../gradle && ln -s ../gradlew && ./gradlew check

0 commit comments

Comments
 (0)