Update go.yml

This commit is contained in:
Pierre Balzack 2022-09-01 22:45:17 -07:00 committed by GitHub
parent a794fbd74e
commit 795d13aaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*