Skip to content

Commit

Permalink
GitHub action validations added
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Mar 13, 2024
1 parent 6d9627a commit e3f8804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
distribution: ${{ env.JAVA_DISTRO }}
java-version: 17
cache: maven
- name: Build Helidon connector
run: mvn -B -U -V clean install -DskipTests -pl :jersey-helidon-connector
- name: Build JDK17+ required modules
run: mvn -B -U -V clean install -DskipTests -pl :jersey-helidon-connector -am
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v4.1.0
with:
Expand Down

0 comments on commit e3f8804

Please sign in to comment.