Skip to content

Commit 1365d41

Browse files
committed
moved cache Maven to before build ci
1 parent f3a3dc5 commit 1365d41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testingbranch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
ref: main2
2929
path: validation-service-fhir-r4
3030

31-
- name: Install npm
32-
run: npm ci
33-
3431
- name: Cache Maven packages
3532
uses: actions/cache@v3
3633
with:
3734
path: ~/.m2
3835
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3936
restore-keys: ${{ runner.os }}-m2-
37+
38+
- name: Install npm
39+
run: npm ci
4040

4141
- name: Update FHIR Validator build
4242
run: cd validation-service-fhir-r4; mvn clean package

0 commit comments

Comments
 (0)