Skip to content

Commit b2f6f18

Browse files
committed
CI: install dependencies of postgis-gtfs-importer 💚
1 parent 863dba3 commit b2f6f18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
PGDATABASE: postgres
5757

5858
- run: npm install
59+
- name: npm install (postgis-gtfs-importer)
60+
run: |
61+
cd postgis-gtfs-importer
62+
npm install --production
5963

6064
- run: npm run lint
6165
- run: npm test

0 commit comments

Comments
 (0)