Skip to content

Commit

Permalink
KH-520: Track dependency changes in both base & prod modules. (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Oct 17, 2024
1 parent 286162e commit 5ee78b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-check-deps-build-publish.yml@main
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 5ee78b0

Please sign in to comment.