Skip to content

Commit

Permalink
ci: Fix CI path (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek authored Apr 14, 2024
1 parent 069c837 commit acedc0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- name: Install tools
run: make tools
- name: Run build
run: make build
- name: Run tests
Expand All @@ -44,5 +46,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- name: Install tools
run: make tools
- name: Build
run: make build
File renamed without changes.

0 comments on commit acedc0d

Please sign in to comment.