From cb14bffc5a95328f6f70ce9ac71bf081b173f256 Mon Sep 17 00:00:00 2001 From: CI workflows Date: Thu, 27 Nov 2025 13:48:04 +0000 Subject: [PATCH] chore: auto-update github workflows --- .github/workflows/run-tests.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index f298d6385..e0528c4a6 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -42,24 +42,6 @@ jobs: run: | cd packages/tools yarn test:ci - - uses: tanmen/jest-reporter@v1 - if: always() - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - result-file: integration-tests/result.json - action-name: Integration tests - - uses: tanmen/jest-reporter@v1 - if: always() - with: - 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/datalib/result.json - action-name: Datalib (perspectives) test results services: postgres-integr: image: postgres