Skip to content

Commit 7842ba4

Browse files
committed
Added missing dependency in GHA workflow.
1 parent 9875a46 commit 7842ba4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
workflow_dispatch:
66

7-
defaults:
8-
run:
9-
shell: bash
10-
117
jobs:
128

139
Params:
@@ -119,6 +115,7 @@ jobs:
119115
- StaticTypeCheck
120116
- BuildTheDocs
121117
- PublishToGitHubPages
118+
- PublishTestResults
122119
with:
123120
package: ${{ fromJson(needs.Params.outputs.params).artifacts.package }}
124121
remaining: |

0 commit comments

Comments
 (0)