diff --git a/.github/workflows/pr-run-tests.yml b/.github/workflows/pr-run-tests.yml index ea73c577..c4fb6e09 100644 --- a/.github/workflows/pr-run-tests.yml +++ b/.github/workflows/pr-run-tests.yml @@ -34,7 +34,7 @@ jobs: echo "REPORT_FILE=${REPORT_OUTPUT}" >> "$GITHUB_ENV" poetry run pytest -v --md-report --md-report-flavor gfm --md-report-color never --md-report-exclude-outcomes passed skipped xpassed --md-report-output "$REPORT_OUTPUT" - name: Render the report to the PR when tests fail - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 if: failure() with: header: test-report