File tree Expand file tree Collapse file tree 6 files changed +5
-25880
lines changed
Expand file tree Collapse file tree 6 files changed +5
-25880
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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#
You can’t perform that action at this time.
0 commit comments