From 67d32685c7711ec0c05bc3256935797c1380de5a Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 13 Jun 2023 11:13:42 -0700 Subject: [PATCH] [action] updated goCI workflow API (#1429) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7470ed3b..9b831a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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