Skip to content

Commit

Permalink
Only do the second step if compiling with Java8 worked
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 30, 2024
1 parent 64287d2 commit 1bab9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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

build:
needs: java8
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1bab9d7

Please sign in to comment.