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