Skip to content

Commit

Permalink
action dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Aug 22, 2024
1 parent 3cba758 commit 019819f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/maven-pr-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**/*.java'
- 'pom.xml'
- 'docs/antora.yml'
- '.github/workflows/maven-pr-builder.yaml'

jobs:
build:
Expand All @@ -20,13 +21,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: snapshot-internal
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Maven compile
run: |
HZ_VERSION=$(grep full-version docs/antora.yml|sed "s/.*:[ ]*'\(.*\)'/\1/")
mvn test "-Dhazelcast.version=$HZ_VERSION"
env:
MAVEN_USERNAME: ${{ secrets.JFROG_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
mvn --show-version --batch-mode --no-transfer-progress test "-Dhazelcast.version=$HZ_VERSION"

0 comments on commit 019819f

Please sign in to comment.