Skip to content

Commit 8c0f5f1

Browse files
authored
Fix check in CI (#595)
1 parent 0ac2312 commit 8c0f5f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
needs: [lint, test]
8686
runs-on: ubuntu-latest
8787

88+
outputs:
89+
result: ${{ steps.all-green.outputs.result }}
90+
8891
steps:
8992
- name: Decide whether the needed jobs succeeded or failed
9093
uses: re-actors/alls-green@release/v1

0 commit comments

Comments
 (0)