Skip to content

Commit

Permalink
Restore Maven profiles support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreroman committed Mar 13, 2024
1 parent 6fb34e9 commit 7671700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: maven
- name: Test app
run: ./mvnw -ntp -B -pl ${{ inputs.module }} test
run: ./mvnw -ntp -B -pl ${{ inputs.module }} test -P ${{ inputs.maven-profiles }}

0 comments on commit 7671700

Please sign in to comment.