mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
Update go.yml
This commit is contained in:
parent
babd5efb5b
commit
2a662a8d0c
13
.github/workflows/go.yml
vendored
13
.github/workflows/go.yml
vendored
@ -35,16 +35,21 @@ jobs:
|
||||
cd net/server
|
||||
go build databag
|
||||
|
||||
- name: Test
|
||||
- name: Go Test
|
||||
run: |
|
||||
cd net/server
|
||||
go test -v ./...
|
||||
|
||||
- name: Jest
|
||||
|
||||
- name: Jest Setup
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
|
||||
- name: Jest ReactJs
|
||||
run: |
|
||||
cd net/web
|
||||
yarn jest
|
||||
|
||||
- name: Export
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user