test suite fix

This commit is contained in:
Jan Prochazka
2021-05-30 11:07:32 +02:00
parent 78a59ae8dc
commit 912a9d5b51

View File

@@ -26,6 +26,7 @@ jobs:
yarn test:ci yarn test:ci
# yarn wait:ci # yarn wait:ci
- name: Filter parser tests - name: Filter parser tests
if: always()
run: | run: |
cd packages/filterparser cd packages/filterparser
yarn test:ci yarn test:ci
@@ -34,13 +35,13 @@ jobs:
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
result-file: integration-tests/result.json result-file: integration-tests/result.json
action: Integration tests action-name: Integration tests
- uses: tanmen/jest-reporter@v1 - uses: tanmen/jest-reporter@v1
if: always() if: always()
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
result-file: packages/filterparser/result.json result-file: packages/filterparser/result.json
action: Filter parser tests action-name: Filter parser tests
services: services:
postgres: postgres: