query splitter extracted into separate repository

This commit is contained in:
Jan Prochazka
2022-04-07 08:17:38 +02:00
parent 30e52723dd
commit 85e449953f
24 changed files with 14 additions and 943 deletions

View File

@@ -31,11 +31,6 @@ jobs:
run: |
cd packages/filterparser
yarn test:ci
- name: Query spliiter tests
if: always()
run: |
cd packages/query-splitter
yarn test:ci
- uses: tanmen/jest-reporter@v1
if: always()
with:
@@ -48,12 +43,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
result-file: packages/filterparser/result.json
action-name: Filter parser test results
- uses: tanmen/jest-reporter@v1
if: always()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
result-file: packages/query-splitter/result.json
action-name: Query splitter test results
services:
postgres: