diff --git a/.github/workflows/run_back_test.yml b/.github/workflows/run_back_test.yml index 9de6f8a..fdcd6b4 100644 --- a/.github/workflows/run_back_test.yml +++ b/.github/workflows/run_back_test.yml @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2 - with: - working-directory: Express/barAndCafe - test-script: npm run test + # with: + # working-directory: Express/barAndCafe + # test-script: npm run test # output: comment, report-markdown # prnumber: ${{ steps.findPr.outputs.number }} # custom-title: Coverage report for backend \ No newline at end of file