Skip to content

Commit 07ce92a

Browse files
committed
Java Test/Surefire memory
Surpressing Java Test to avoid Surefire Out of memory error.
1 parent 065ac41 commit 07ce92a

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
@@ -66,7 +66,7 @@ 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: |

0 commit comments

Comments
 (0)