mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-09 22:42:58 +00:00
Fix: update github workflow cmd name
This commit is contained in:
parent
c953eb7f67
commit
2f0a112a48
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,5 +11,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: go build ./cmd/site-hosting/
|
- run: go build ./cmd/bluebell/
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user