We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1f71bd + f475b49 commit 42bfc7cCopy full SHA for 42bfc7c
1 file changed
.github/workflows/masterfhirvalidation.yml
@@ -38,6 +38,13 @@ jobs:
38
repository: NHSDigital/IOPS-FHIR-Validation-Service
39
ref: main
40
path: validation-service-fhir-r4
41
+
42
+ - name: Cache Maven packages
43
+ uses: actions/cache@v3
44
+ with:
45
+ path: ~/.m2
46
+ key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
47
+ restore-keys: ${{ runner.os }}-m2-
48
49
- name: Install npm
50
run: cd validation && npm ci
0 commit comments