Merge branch 'main' of https://github.com/balzack/databag into main

This commit is contained in:
Roland Osborne 2022-09-01 22:35:49 -07:00
commit a794fbd74e

View File

@ -13,12 +13,24 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build React
run: |
npm install --global yarn
cd net/web
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