mirror of
https://github.com/balzack/databag.git
synced 2025-02-15 04:59:16 +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: |
|
run: |
|
||||||
cd net/server
|
cd net/server
|
||||||
go test -v ./...
|
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