mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
ci tweaks (#70)
This commit is contained in:
parent
614638b8ba
commit
c9287075d0
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -13,8 +13,19 @@ jobs:
|
||||
with:
|
||||
go-version: 1.19.3
|
||||
|
||||
- name: Build
|
||||
- name: setup-node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- run: npm install
|
||||
working-directory: ui
|
||||
|
||||
- run: npm run build
|
||||
working-directory: ui
|
||||
|
||||
- name: go build
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
- name: test
|
||||
run: go test -v ./...
|
Loading…
Reference in New Issue
Block a user