Skip to content

Commit

Permalink
MOSIP-33383
Browse files Browse the repository at this point in the history
Signed-off-by: Jayesh Kharode <[email protected]>
  • Loading branch information
Jayesh Kharode committed Sep 25, 2024
1 parent 874a120 commit a0fba0b
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 401 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
ORG_KEY: ${{ secrets.ORG_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
build-maven-uitest-resident:
uses: mosip/kattu/.github/workflows/maven-build.yml@master
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: ./uitest-resident
BUILD_ARTIFACT: uitest-resident
Expand All @@ -87,12 +87,12 @@ jobs:
SERVICE_LOCATION: uitest-resident
BUILD_ARTIFACT: uitest-resident-local
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
ref: ${{ github.ref }}
java-version: 11
distribution: 'temurin'
java-version: 21
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
BUILD_ARTIFACT: 'uitest-resident-local'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master
uses: mosip/kattu/.github/workflows/docker-build.yml@master-java21
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
Expand All @@ -172,7 +172,7 @@ jobs:
sonar_analysis_uitest-resident:
needs: build-uitest-resident-local
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: uitest-resident
SONAR_URL: 'https://sonarcloud.io'
Expand Down
Loading

0 comments on commit a0fba0b

Please sign in to comment.