Skip to content

Commit 22e2838

Browse files
committed
Remove superfluous installs
1 parent d3ab3f2 commit 22e2838

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.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)