Added artifacts
This commit is contained in:
parent
4e2fce81ff
commit
95fab7d71c
1 changed files with 8 additions and 4 deletions
10
.github/workflows/go.yml
vendored
10
.github/workflows/go.yml
vendored
|
|
@ -7,7 +7,6 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -21,5 +20,10 @@ jobs:
|
|||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: scabiosa
|
||||
path: |
|
||||
scabiosa
|
||||
|
||||
|
|
|
|||
Reference in a new issue