Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Oct 22, 2024
1 parent 6d9ed87 commit 68e5c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,7 @@ jobs:
go get github.com/cloudflare/cfssl/cmd/[email protected]
go get github.com/cloudflare/cfssl/cmd/[email protected]
if: steps.cache-cfssl-and-cfssljson.outputs.cache-hit != 'true'
- name: Add CFSSL and CFSSLJSON to PATH
run: echo "$GOPATH/bin" >> $GITHUB_PATH
- name: Test
run: make init gencert test

0 comments on commit 68e5c1d

Please sign in to comment.