summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0c68f2b..4f896e5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,7 +1,7 @@
name: Test
on:
push:
- branches: [ main ]
+ branches: [ main, f-simple-javaExec-task-alternative ]
pull_request:
branches: [ main ]
workflow_dispatch:
@@ -22,7 +22,7 @@ jobs:
- name: Run Tests
run: |
if [ "$RUNNER_OS" = "Windows" ]; then
- gradlew.bat clean test
+ gradlew.bat clean check
else
- ./gradlew clean test
+ ./gradlew clean check
fi \ No newline at end of file