Skip to content

Commit

Permalink
Merge pull request #59 from Meeds-io/TASK-75865
Browse files Browse the repository at this point in the history
TASK-75865: Add PR build action
  • Loading branch information
bourasom authored Dec 9, 2024
2 parents 1d05b25 + 37b7661 commit 32af2f3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR Build
on:
pull_request:
jobs:
pr-build:
name: PR Build
runs-on: ubuntu-latest
timeout-minutes: 120
permissions:
pull-requests: write
steps:
- name: PR Build
uses: exo-actions/pr-action@v1
with:
maven_profiles: 'exo-release,coverage'
jdk_major_version: 21
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
M2_SETTINGS_FILE_URL: ${{ vars.GHACI_SETTINGS_XML_URL }}

0 comments on commit 32af2f3

Please sign in to comment.