ci tweaks (#70)

This commit is contained in:
Michael Quigley 2022-11-02 14:24:11 -04:00
parent 614638b8ba
commit c9287075d0
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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 ./...