Skip to content

Commit

Permalink
Temporarily bypass OpenMRS config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Jun 12, 2024
1 parent 995371b commit 7e6547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
java-version: "8"
maven-phase: "install"
maven-args: "-P validator -P prod"
maven-args: "-P prod" # Remove "-Pvalidator" to temporarily bypass validation
use-secrets: true
secrets:
NEXUS_USERNAME: ${{ secrets.MEKOM_NEXUS_USERNAME }}
Expand Down

0 comments on commit 7e6547a

Please sign in to comment.