Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
- name: launchql/orm
run: cd ./packages/orm && yarn test

- name: launchql/deparser
run: cd ./packages/deparser && yarn test

- name: launchql/url-domains
run: cd ./packages/url-domains && yarn test

Expand Down Expand Up @@ -127,9 +124,6 @@ jobs:
- name: launchql/pg-codegen
run: cd ./packages/pg-codegen && yarn test

- name: launchql/csv-to-pg
run: cd ./packages/csv-to-pg && yarn test

- name: launchql-gen
run: cd ./packages/launchql-gen && yarn test

Expand Down
6 changes: 6 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
TODO

TODO

- [ ] Add tests for pg-ast
- [ ] bring back csv-to-pg


CI / Workflow
-------------
- [x] Remove Travis CI
Expand Down
Loading