mirror of
https://github.com/1f349/lavender.git
synced 2025-02-22 21:55:09 +00:00
Install js dependencies in build workflow
This commit is contained in:
parent
61fb7c1d18
commit
71a746bd73
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,6 +15,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd web && yarn build
|
||||
- run: cd web && yarn install --frozen-lockfile && yarn build
|
||||
- run: go build ./cmd/lavender
|
||||
- run: go test ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user