Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into feat_o…
Browse files Browse the repository at this point in the history
…auth_support
  • Loading branch information
mayur-solace committed Jul 15, 2024
2 parents 77769ee + 320892d commit 20b6bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'maven'
- name: Build and run Tests
run: mvn clean verify --settings "${GITHUB_WORKSPACE}/maven/settings.xml"
env:
SOLACEDEV_GITHUB_USERNAME: ${{ secrets.SOLACEDEV_GITHUB_USERNAME }}
SOLACEDEV_GITHUB_TOKEN: ${{ secrets.SOLACEDEV_GITHUB_TOKEN }}
19 changes: 0 additions & 19 deletions .github/workflows/release-central.yml

This file was deleted.

0 comments on commit 20b6bb0

Please sign in to comment.