Skip to content

Commit

Permalink
chore: Update pytest-md-report to version 0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed May 18, 2024
1 parent a6e69c8 commit 00e7728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,14 @@ jobs:
- name: Run tests
env:
REPORT_OUTPUT: md_report.md
shell: bash
run: |
echo "REPORT_FILE=${REPORT_OUTPUT}" >> "$GITHUB_ENV"
tox -e py -- --md-report-output "${REPORT_OUTPUT}"
- name: Output reports to the job summary when tests fail
if: failure() && matrix.os != 'ubuntu-latest'
if: failure()
shell: bash
run: |
if [ -f "$REPORT_FILE" ]; then
echo "<details><summary>Failed Test Report</summary>" >> $GITHUB_STEP_SUMMARY
Expand Down
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest>=7
pytest-md-report>=0.6
pytest-md-report>=0.6.2

0 comments on commit 00e7728

Please sign in to comment.