Skip to content

Commit

Permalink
Remove superfluous installs
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Nov 29, 2024
1 parent d3ab3f2 commit 22e2838
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
- name: Run integration tests - Manage Travels
working-directory: ./app/travel_processor
run: |
npm ci
npm run test:node -- --ci
- name: Run integration tests - Analyze Bookings
working-directory: ./app/travel_analytics
run: |
npm ci
npm run test:node -- --ci
#
Expand Down

0 comments on commit 22e2838

Please sign in to comment.