Skip to content

Commit

Permalink
chore: try test
Browse files Browse the repository at this point in the history
  • Loading branch information
deweyjose committed Jan 18, 2024
1 parent ec550e9 commit 480edff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn -B -ntp test
9 changes: 5 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11

distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B -ntp package --file pom.xml

Expand All @@ -38,4 +39,4 @@ jobs:
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit 480edff

Please sign in to comment.