Skip to content

Commit 59a5675

Browse files
committed
run test instead of build
1 parent 1f8e3c4 commit 59a5675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/serversync-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup Gradle
2222
uses: gradle/actions/setup-gradle@v4
2323

24-
- name: <>-- Build --<>
25-
run: ./gradlew build
24+
- name: <>-- Test --<>
25+
run: ./gradlew test
2626

2727
- name: <>-- Create Windows Executables --<>
2828
run: ./gradlew createExe

0 commit comments

Comments
 (0)