Update go.yml

This commit is contained in:
Pierre Balzack 2022-09-01 21:14:50 -07:00 committed by GitHub
parent 155889b103
commit 49c962778e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,18 +14,23 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build React
run: |
apt-get install npm
npm install --global yarn
npm install -g n
n stable
cd net/web
npm install yarn
yarn install
yarn build
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17.5
- name: Build
- name: Build Go
run: |
cd net/server
go build databag