Skip to content

Commit 648cdcc

Browse files
committed
chore(ci): Test code before running bootstrap workflow 2
Signed-off-by: Hayden Roszell <[email protected]>
1 parent c5c4544 commit 648cdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keyfactor-bootstrap-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version-file: 'go.mod'
2323
cache: true
2424
- run: go mod download
25-
- run: go build -v .
25+
- run: go build -v ./cmd/main.go
2626
- name: Run linters
2727
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
2828
with:

0 commit comments

Comments
 (0)