mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
ci tweaks (#70)
This commit is contained in:
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 ./...
|
Reference in New Issue
Block a user