Skip to content

Commit

Permalink
feat: init pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Aug 21, 2024
1 parent 4226ce8 commit 41aa2e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
pytest -v --md-report --md-report-output ${{ env.REPORT_FILE }}
cat ${{ env.REPORT_FILE }}
- name: Render the report to the PR when tests fail
uses: marocchino/sticky-pull-request-comment@v2
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
header: test-report
recreate: true
path: ${{ env.REPORT_FILE }}
filePath: ${{ env.REPORT_FILE }}

0 comments on commit 41aa2e2

Please sign in to comment.