Skip to content

Commit

Permalink
KH-520: Track dependency changes in both base & prod modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Jul 2, 2024
1 parent a7fb857 commit 58b97c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

jobs:
check-deps:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-check-deps-build-publish.yml@main
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-check-deps-build-publish.yml@kh
with:
java-version: "8"
maven-args: "-P prod -DskipTests=true"
maven-args: "-P prod -DskipTests"
check-deps-maven-args: "-P prod -DskipTests"
secrets:
NEXUS_USERNAME: ${{ secrets.MEKOM_NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.MEKOM_NEXUS_PASSWORD }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ settings.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
.idea

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
Expand Down

0 comments on commit 58b97c6

Please sign in to comment.