Skip to content

Commit c0be332

Browse files
committed
Remove superfluous installs
1 parent d3ab3f2 commit c0be332

File tree

6 files changed

+5
-25880
lines changed

6 files changed

+5
-25880
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
java-version: ${{ matrix.java-version }}
2929
distribution: 'sapmachine'
3030

31+
- run: npm ci
32+
3133
- name: Build with Maven
3234
run: mvn -B clean verify
3335

3436
- name: Run integration tests - Manage Travels
3537
working-directory: ./app/travel_processor
3638
run: |
37-
npm ci
3839
npm run test:java -- --ci
3940
4041
- name: Run integration tests - Analyze Bookings
4142
working-directory: ./app/travel_analytics
4243
run: |
43-
npm ci
4444
npm run test:java -- --ci

.github/workflows/node.js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@ jobs:
3737
- name: Run integration tests - Manage Travels
3838
working-directory: ./app/travel_processor
3939
run: |
40-
npm ci
4140
npm run test:node -- --ci
4241
4342
- name: Run integration tests - Analyze Bookings
4443
working-directory: ./app/travel_analytics
4544
run: |
46-
npm ci
4745
npm run test:node -- --ci
4846
4947
#

0 commit comments

Comments
 (0)