1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-29 06:30:52 +00:00

revert: "ci: Remove tests having to pass for release"

This reverts commit d691e0a394.
This commit is contained in:
Matan Kushner 2019-10-25 21:29:38 +09:00
parent c398878c90
commit 1d96338ac6
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -153,6 +153,7 @@ jobs:
cargo_publish:
if: startsWith(github.ref, 'refs/tags/v')
name: Publish Cargo Package
needs: [test, docker_test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -170,6 +171,7 @@ jobs:
brew_bump_formula:
if: startsWith(github.ref, 'refs/tags/v')
name: Bump Brew Formula
needs: [test, docker_test]
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
@ -189,6 +191,7 @@ jobs:
github_release:
if: startsWith(github.ref, 'refs/tags/v')
name: Create GitHub Release
needs: [test, docker_test]
strategy:
fail-fast: false
matrix: