Skip to content

Commit 51b50a9

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 test task is executed by thebuild task
Removes explicit call of test task because this would run the tests twice. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 3b8ebce commit 51b50a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ jobs:
2121
run: chmod +x gradlew
2222
- name: Build with Gradle
2323
run: ./gradlew build
24-
- name: Build with Gradle
25-
run: ./gradlew test

0 commit comments

Comments
 (0)