forked from espressif/arduino-esp32
publish.yml: Remove the debug job and fix an error in the workflow. (#6408)
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
GitHub
parent
883241229e
commit
52e018198b
13
.github/workflows/publish.yml
vendored
13
.github/workflows/publish.yml
vendored
@ -8,14 +8,6 @@ on:
|
|||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
debug:
|
|
||||||
name: Debug
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Debug Action
|
|
||||||
uses: hmarr/debug-action@v2.0.0
|
|
||||||
|
|
||||||
unit-test-results:
|
unit-test-results:
|
||||||
name: Unit Test Results
|
name: Unit Test Results
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -35,4 +27,7 @@ jobs:
|
|||||||
- name: Publish Unit Test Results
|
- name: Publish Unit Test Results
|
||||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
uses: EnricoMi/publish-unit-test-result-action@v1
|
||||||
with:
|
with:
|
||||||
commit: ${{ github.event.workflow
|
commit: ${{ github.event.workflow_run.head_sha }}
|
||||||
|
event_file: artifacts/Event File/event.json
|
||||||
|
event_name: ${{ github.event.workflow_run.event }}
|
||||||
|
files: "artifacts/**/*.xml"
|
||||||
|
Reference in New Issue
Block a user