Update go.yml

This commit is contained in:
Pierre Balzack 2022-12-31 10:05:28 -08:00 committed by GitHub
parent babd5efb5b
commit 2a662a8d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: