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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
build-release:
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- run: echo All Good here
|
|
||||||
release:
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue