Skip to content

Commit 6b046d9

Browse files
authored
Update build.yml
1 parent ba30852 commit 6b046d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Setup Gradle
3232
uses: gradle/gradle-build-action@v2
3333
- name: Test with Gradle
34-
run: cd Task-Tracker-Entities && ./gradlew test
34+
run: cd Task-Tracker-Entities && chmod +x gradlew && ./gradlew test

0 commit comments

Comments
 (0)