Skip to content

Commit

Permalink
Remove SafeQL installation for Windows
Browse files Browse the repository at this point in the history
libpg-query is now installable on Windows launchql/libpg-query-node#22
  • Loading branch information
acmicpc0614 committed Apr 3, 2024
1 parent d2beaaa commit c091438
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
run: pnpm install
- name: Jest unit tests
run: pnpm jest
- name: Install SafeQL if not yet installed (eg. on Windows dev machines)
run: grep package.json -e '@ts-safeql/eslint-plugin' || pnpm add @ts-safeql/eslint-plugin libpg-query
- name: Run database migrations
run: pnpm migrate up
- name: Build Next.js app (types needed for TSC and ESLint)
Expand Down

0 comments on commit c091438

Please sign in to comment.