Skip to content

Commit

Permalink
Update verify_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil authored Jan 7, 2025
1 parent 9a5678a commit 7d9340c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/verify_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Generate javadoc
run: mvn javadoc:javadoc
- name: Run tests
run: mvn -B test --file pomJava21.xml -ntp

Expand All @@ -78,8 +76,6 @@ jobs:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Generate javadoc
run: mvn javadoc:javadoc
- name: Run tests
run: mvn -B test --file pom.xml -ntp

Expand Down Expand Up @@ -110,7 +106,5 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Generate javadoc
run: mvn javadoc:javadoc
- name: Run tests
run: mvn -B test --file pomJava21.xml -ntp

0 comments on commit 7d9340c

Please sign in to comment.