Update go.yml

This commit is contained in:
Pierre Balzack 2022-12-31 00:01:43 -08:00 committed by GitHub
parent 11ccf26e56
commit 40408a9ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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