mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
Update go.yml
This commit is contained in:
parent
a794fbd74e
commit
795d13aaa5
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
@ -39,3 +39,10 @@ jobs:
|
||||
run: |
|
||||
cd net/server
|
||||
go test -v ./...
|
||||
|
||||
|
||||
- name: Export
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: webapp
|
||||
path: net/web/build/*
|
||||
|
Loading…
Reference in New Issue
Block a user