query splitter initial version

This commit is contained in:
Jan Prochazka
2021-05-31 18:38:16 +02:00
parent 912a9d5b51
commit eb78481d70
9 changed files with 314 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
- master
jobs:
test:
test-runner:
runs-on: ubuntu-latest
container: node:10.18-jessie
@@ -30,6 +30,11 @@ jobs:
run: |
cd packages/filterparser
yarn test:ci
- name: Query spliiter tests
if: always()
run: |
cd packages/querysplitter
yarn test:ci
- uses: tanmen/jest-reporter@v1
if: always()
with:
@@ -41,7 +46,13 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
result-file: packages/filterparser/result.json
action-name: Filter parser tests
action-name: Filter parser test results
- uses: tanmen/jest-reporter@v1
if: always()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
result-file: packages/querysplitter/result.json
action-name: Query splitter test results
services:
postgres: