Skip to content

Commit 601833b

Browse files
author
Arek Szostak
committed
skipping test in publishing
1 parent 649d260 commit 601833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'adopt'
2828

2929
- name: Build with Maven
30-
run: mvn -B package --file pom.xml
30+
run: mvn -B package --file pom.xml -DskipTests
3131

3232
- name: Set up JDK 8
3333
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)