Skip to content

Commit 8b841cc

Browse files
author
Gerrit Garbereder
committed
Move gradle out of the project folder
1 parent d1d2e51 commit 8b841cc

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131
- name: Setup Gradle
3232
uses: gradle/gradle-build-action@v2
3333
- name: Test with Gradle
34-
run: cd Task-Tracker-Entities && chmod +x gradlew && ./gradlew test
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
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)