Skip to content

Commit

Permalink
backport of commit 9b379ae
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi authored Mar 30, 2023
1 parent 8530990 commit 5a24652
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ jobs:
- setup
- test-go
- test-ui
if: |
always() &&
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled')
runs-on: ${{ fromJSON(needs.setup.outputs.compute-tiny) }}
steps:
- run: echo "All Go test successfully passed"
- run: echo "All Go tests successfully passed"

0 comments on commit 5a24652

Please sign in to comment.