Skip to content

Commit 43182de

Browse files
committed
Remove duplicated pipeline
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 6923ca0 commit 43182de

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will test a Java project with Gradle
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33

4-
name: Publish to Maven Central
4+
name: Java Tests
55
on: push
66

77
jobs:
@@ -15,5 +15,7 @@ jobs:
1515
java-version: 1.11
1616
- name: Grant execute permission for gradlew
1717
run: chmod +x gradlew
18+
- name: Build with Gradle
19+
run: ./gradlew build
1820
- name: Build with Gradle
1921
run: ./gradlew test

0 commit comments

Comments
 (0)