forked from TrueCloudLab/certificates
[action] updated goCI workflow API (#1429)
This commit is contained in:
parent
56a2a17ff8
commit
67d32685c7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
ci:
|
||||
uses: smallstep/workflows/.github/workflows/goCI.yml@main
|
||||
with:
|
||||
os-dependencies: "libpcsclite-dev"
|
||||
run-gitleaks: true
|
||||
only-latest-golang: false
|
||||
os-dependencies: 'libpcsclite-dev'
|
||||
run-codeql: true
|
||||
make-test: true # run `make test` instead of the default test workflow
|
||||
test-command: 'V=1 make test'
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue