We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3dc5 commit 1365d41Copy full SHA for 1365d41
1 file changed
.github/workflows/testingbranch.yml
@@ -28,15 +28,15 @@ jobs:
28
ref: main2
29
path: validation-service-fhir-r4
30
31
- - name: Install npm
32
- run: npm ci
33
-
34
- name: Cache Maven packages
35
uses: actions/cache@v3
36
with:
37
path: ~/.m2
38
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
39
restore-keys: ${{ runner.os }}-m2-
+
+ - name: Install npm
+ run: npm ci
40
41
- name: Update FHIR Validator build
42
run: cd validation-service-fhir-r4; mvn clean package
0 commit comments