Skip to content

Commit d0a0d3b

Browse files
authored
fix(ci): Fixed cd error
1 parent bd3cd1d commit d0a0d3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
go-version: 1.23
1818
- name: Go mod tidy
19-
run: go mod tidy
19+
run: |
20+
cd usernator
21+
go mod tidy
2022
- name: Run lint
2123
uses: golangci/golangci-lint-action@v6
2224
with:

0 commit comments

Comments
 (0)