Skip to content

Commit c51510e

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)