test: add missing dependency
This commit is contained in:
parent
afc0347a1b
commit
33e2ab0da3
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@ -2,7 +2,7 @@ name: Test and Build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -10,9 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
- name: Install dependencies
|
with:
|
||||||
run: go get .
|
go-version-file: go.mod
|
||||||
- name: Build
|
- run: go install github.com/a-h/templ/cmd/templ@latest
|
||||||
run: make build
|
- run: make build
|
||||||
- name: Test
|
- run: make test
|
||||||
run: make test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user