Skip to content

Commit

Permalink
KH-520: Enable OpenMRS iniz configurations validation
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Jul 2, 2024
1 parent 4b3627d commit 04bb40e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
java-version: "8"
maven-phase: "install"
secrets:
maven-args: "-P validator -DskipTests"
secrets: # We don't the secrets here. we make them not required.
NEXUS_USERNAME: ${{ secrets.MEKOM_NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.MEKOM_NEXUS_PASSWORD }}

Expand Down
13 changes: 3 additions & 10 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,9 @@
See Slack conversation:
https://mekomsolutions.slack.com/archives/G421UNF5L/p1715787009629219?thread_ts=1715774419.673979&cid=G421UNF5L
-->
<!-- <profiles>
<profiles>
<profile>
<id>validator</id>
<activation>
<jdk>1.8</jdk>
<property>
<name>env.CI</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -300,5 +293,5 @@
</plugins>
</build>
</profile>
</profiles> -->
</project>
</profiles>
</project>

0 comments on commit 04bb40e

Please sign in to comment.