diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ff82fd11..8041ab73 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 #