From 19a8b3ce26b3ebda320c0252a0564818cf32c51c 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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cba4144e20..6840848e42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,7 @@ jobs: - uses: ./.github/workflows/yarn - - name: Run tests - run: 'yarn test:ci' - - name: Annotations and coverage report - uses: ArtiomTr/jest-coverage-report-action@v2 + uses: ArtiomTr/jest-coverage-report-action@v2.2.5 with: - coverage-file: jest.results.json - test-script: 'echo coverage generated' + github-token: ${{ secrets.GITHUB_TOKEN }}