removed test job
Some checks failed
Build and upload a binary on tag push / build-release (push) Failing after 3m50s
Some checks failed
Build and upload a binary on tag push / build-release (push) Failing after 3m50s
This commit is contained in:
parent
9a918ed1fa
commit
ecd16b5f4d
1 changed files with 1 additions and 5 deletions
|
@ -3,11 +3,7 @@ name: Build and upload a binary on tag push
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good here
|
||||
release:
|
||||
build-release:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue