Skip to content

Commit

Permalink
remove JUnit report file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Jul 10, 2024
1 parent 0f89a7a commit e0bf9dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
python -c "import platform; print('System info: ', platform.system(), platform.release())"
python -c "import genui; print('GenUI version:', genui.__version__)"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
report_paths: 'testing/test_pytest/test_report.xml'

- name: Run migrations
run: cd src && python manage.py migrate

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
python -c "import platform; print('System info: ', platform.system(), platform.release())"
python -c "import genui; print('GenUI version:', genui.__version__)"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
report_paths: 'testing/test_pytest/test_report.xml'

- name: Run migrations
run: cd src && python manage.py migrate

Expand Down

0 comments on commit e0bf9dd

Please sign in to comment.