Skip to content

Commit

Permalink
chore: fix db builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 22, 2023
1 parent 310316d commit becdeba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
- name: Build
run: |
./node_modules/.bin/tsc --build packages/postgres/tsconfig.json;
./node_modules/.bin/npm-local-development --no-watcher
- name: Test
run: npm run test:coverage packages/postgres/
- name: Send coverage
Expand Down Expand Up @@ -158,7 +157,6 @@ jobs:
- name: Build
run: |
./node_modules/.bin/tsc --build packages/mysql/tsconfig.json
./node_modules/.bin/npm-local-development --no-watcher
- name: Test
run: npm run test:coverage packages/mysql/
- name: Send coverage
Expand Down Expand Up @@ -187,7 +185,6 @@ jobs:
- name: Build
run: |
./node_modules/.bin/tsc --build packages/sqlite/tsconfig.json
./node_modules/.bin/npm-local-development --no-watcher
- name: Test
run: npm run test:coverage packages/sqlite/
- name: Send coverage
Expand Down Expand Up @@ -234,7 +231,6 @@ jobs:
- name: Build
run: |
./node_modules/.bin/tsc --build packages/mongo/tsconfig.json
./node_modules/.bin/npm-local-development --no-watcher
- name: Test
run: npm run test:coverage packages/mongo/
- name: Send coverage
Expand Down

0 comments on commit becdeba

Please sign in to comment.