mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
gci: Disable Junit report processing, it's broken
This commit is contained in:
37
.github/workflows/main.yml
vendored
37
.github/workflows/main.yml
vendored
@@ -75,22 +75,23 @@ jobs:
|
||||
with:
|
||||
name: reports-${{ matrix.python-version }}
|
||||
path: report-*.xml
|
||||
report:
|
||||
name: "Publish Unit Tests Results"
|
||||
needs: build-and-test
|
||||
runs-on: ubuntu-latest
|
||||
# the build-and-test job might be skipped, we don't need to run this job then
|
||||
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.6
|
||||
with:
|
||||
check_name: Unit Test Results
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: artifacts/reports-*/report-*.xml
|
||||
# report:
|
||||
# name: "Publish Unit Tests Results"
|
||||
# needs: build-and-test
|
||||
# runs-on: ubuntu-latest
|
||||
# # the build-and-test job might be skipped, we don't need to run this job then
|
||||
# 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.6
|
||||
# with:
|
||||
# check_name: Unit Test Results
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# files: artifacts/reports-*/report-*.xml
|
||||
|
||||
Reference in New Issue
Block a user