mirror of
https://github.com/gotson/komga.git
synced 2026-01-03 22:36:07 +01:00
ci: remove publish test results
This commit is contained in:
parent
12f610b279
commit
547f8a8746
1 changed files with 0 additions and 16 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -32,22 +32,6 @@ jobs:
|
|||
name: test-reports-jdk-${{ matrix.java }}
|
||||
path: komga/build/reports/tests/
|
||||
|
||||
publish-test-results:
|
||||
name: "Publish Unit Tests Results"
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
if: success() || failure()
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: artifacts
|
||||
- name: Publish Unit Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
||||
if: always()
|
||||
with:
|
||||
files: artifacts/test-results-*/**/*.xml
|
||||
|
||||
webui:
|
||||
runs-on: ubuntu-latest
|
||||
name: Test webui builds
|
||||
|
|
|
|||
Loading…
Reference in a new issue