Skip to content

Commit

Permalink
fix: disable html report for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Sep 1, 2023
1 parent 1383a50 commit 8fcb4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Test Python Packages
timeout-minutes: 30
run: hatch run test.${{ matrix.robot-version }}:test "--junitxml=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}/test-results.xml" "--html=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}//report.html" --self-contained-html
run: hatch run test.${{ matrix.robot-version }}:test "--junitxml=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}/test-results.xml"

- name: Upload Test Results
if: always()
Expand Down

0 comments on commit 8fcb4ed

Please sign in to comment.