Skip to content

Commit d5429ec

Browse files
authored
Merge pull request #124 from NHSDigital/IOPS-4054-Increasing-Heap-Mem-for-Maven-Build
Still Typo Issues
2 parents a2597b1 + 1ed65d5 commit d5429ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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)