Skip to content

Commit 1bab9d7

Browse files
committed
Only do the second step if compiling with Java8 worked
1 parent 64287d2 commit 1bab9d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: mvn -f pom-java8.xml clean install -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.test.failure.ignore=true -Dproject.build.sourceEncoding=UTF-8 -Djunit5.excludeGroups=webservice,mysql
2323

2424
build:
25+
needs: java8
2526
runs-on: ubuntu-latest
2627

2728
steps:

0 commit comments

Comments
 (0)