Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52e0181

Browse filesBrowse files
authored
publish.yml: Remove the debug job and fix an error in the workflow. (espressif#6408)
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
1 parent 8832412 commit 52e0181
Copy full SHA for 52e0181

File tree

Expand file treeCollapse file tree

1 file changed

+4
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-9
lines changed

‎.github/workflows/publish.yml

Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+4-9Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ on:
88
- completed
99

1010
jobs:
11-
debug:
12-
name: Debug
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- name: Debug Action
17-
uses: hmarr/debug-action@v2.0.0
18-
1911
unit-test-results:
2012
name: Unit Test Results
2113
runs-on: ubuntu-latest
@@ -35,4 +27,7 @@ jobs:
3527
- name: Publish Unit Test Results
3628
uses: EnricoMi/publish-unit-test-result-action@v1
3729
with:
38-
commit: ${{ github.event.workflow
30+
commit: ${{ github.event.workflow_run.head_sha }}
31+
event_file: artifacts/Event File/event.json
32+
event_name: ${{ github.event.workflow_run.event }}
33+
files: "artifacts/**/*.xml"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.