mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
Merge branch 'main' of https://github.com/balzack/databag into main
This commit is contained in:
commit
a794fbd74e
16
.github/workflows/go.yml
vendored
16
.github/workflows/go.yml
vendored
@ -12,13 +12,25 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Set up Go
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user