From 09d5a2e77b02da213ea532b8028b63ee24bb9831 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Mon, 16 Oct 2023 15:33:14 +0200 Subject: [PATCH] Run tests from the action --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cba4144e20..c6caa6366c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,5 @@ jobs: - uses: ./.github/workflows/yarn - - name: Run tests - run: 'yarn test:ci' - - name: Annotations and coverage report uses: ArtiomTr/jest-coverage-report-action@v2 - with: - coverage-file: jest.results.json - test-script: 'echo coverage generated'