Skip to content

Commit 4389a25

Browse files
committed
Fix CI
1 parent d9c0c9c commit 4389a25

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/dockerbuild.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v6
3030

31+
- uses: actions/setup-go@v6
32+
with:
33+
go-version-file: "go.mod"
34+
cache: true
35+
3136
- name: go vet
3237
run: go vet ./...
3338

@@ -37,9 +42,7 @@ jobs:
3742
version: v2.11.4
3843

3944
- name: Tests
40-
run: |-
41-
make migrate
42-
make test
45+
run: make test
4346

4447
- name: Set up Docker Buildx
4548
uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)