Skip to content

Commit f475b49

Browse files
committed
added cache maven build
1 parent d1f71bd commit f475b49

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
repository: NHSDigital/IOPS-FHIR-Validation-Service
3939
ref: main
4040
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-
4148

4249
- name: Install npm
4350
run: cd validation && npm ci

0 commit comments

Comments
 (0)