Skip to content

Commit

Permalink
backport of commit 9b379ae (hashicorp#19865)
Browse files Browse the repository at this point in the history
Co-authored-by: Kuba Wieczorek <[email protected]>
  • Loading branch information
hc-github-team-secure-vault-core and kubawi authored Mar 30, 2023
1 parent 8530990 commit 2ec4fbf
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 2ec4fbf

Please sign in to comment.