Skip to content

Commit a2597b1

Browse files
authored
Merge pull request #123 from NHSDigital/IOPS-4054-Increasing-Heap-Mem-for-Maven-Build
Fixing Typo
2 parents 1f277d9 + 07ce92a commit a2597b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
- name: Build FHIR
6767
env:
6868
MAVEN_OPTS: -Xmx8G
69-
run: cd validation-service-fhir-r4 && mvn clean package
69+
run: cd validation-service-fhir-r4 && mvn -DskipTests clean package
7070

7171
- name: Run FHIR Validator
7272
run: |
73-
nohup java Xms2G-Xmx8G -jar validation-service-fhir-r4/target/fhir-validator.jar --terminology.url=https://ontology.nhs.uk/production1/fhir --terminology.authorization.tokenUrl=https://ontology.nhs.uk/authorisation/auth/realms/nhs-digital-terminology/protocol/openid-connect/token --terminology.authorization.clientId=${{ secrets.ONTO_CLIENT_ID }} --terminology.authorization.clientSecret=${{ secrets.ONTO_CLIENT_SECRET }} --aws.validationSupport=false --aws.queueEnabled=false &
73+
nohup java Xms2G -Xmx8G -jar validation-service-fhir-r4/target/fhir-validator.jar --terminology.url=https://ontology.nhs.uk/production1/fhir --terminology.authorization.tokenUrl=https://ontology.nhs.uk/authorisation/auth/realms/nhs-digital-terminology/protocol/openid-connect/token --terminology.authorization.clientId=${{ secrets.ONTO_CLIENT_ID }} --terminology.authorization.clientSecret=${{ secrets.ONTO_CLIENT_SECRET }} --aws.validationSupport=false --aws.queueEnabled=false &
7474
# Wait for it to become ready, try 30 times, with 10 seconds between
7575
for i in {1..60}; do
7676
if curl -sSf http://localhost:9001/metadata > /dev/null || \

0 commit comments

Comments
 (0)