diff --git a/.github/workflows/run_back_test.yml b/.github/workflows/run_back_test.yml index d677a8f..9de6f8a 100644 --- a/.github/workflows/run_back_test.yml +++ b/.github/workflows/run_back_test.yml @@ -12,6 +12,6 @@ jobs: 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 + # output: comment, report-markdown + # prnumber: ${{ steps.findPr.outputs.number }} + # custom-title: Coverage report for backend \ No newline at end of file