mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Update go.yml
This commit is contained in:
parent
11ccf26e56
commit
40408a9ed8
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
|||||||
cd net/server
|
cd net/server
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
||||||
|
- name: Jest
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
- name: Export
|
- name: Export
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user