improved GH actions

pull/508/head
hunterlong 2020-04-17 01:37:53 -07:00
parent 934eeb4bd5
commit 7ffe5434e9
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
path: /home/runner/work/statping/statping/source/rice-box.go
test:
needs: compile
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
@ -148,6 +149,7 @@ jobs:
COVERALLS: ${{ secrets.COVERALLS }}
build:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
@ -204,6 +206,7 @@ jobs:
prerelease: false
post-release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo