From cca248aeb64230cdd002d150cf25985a6aff70cf Mon Sep 17 00:00:00 2001 From: ivvist Date: Sun, 17 Nov 2024 17:48:24 +0100 Subject: [PATCH] add ci parameters --- .github/workflows/ci_reuse_go_cas.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index 656586f..eaa49e1 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -8,6 +8,12 @@ on: test_folder: required: false type: string + short_test: + required: false + type: string + go_race: + required: false + type: string secrets: reporeading_token: required: true @@ -56,11 +62,12 @@ jobs: uses: untillpro/ci-action@master with: ignore: ${{ inputs.ignore_copyright }} + codecov-go-race: ${{ inputs.go_race }} organization: 'untillpro,heeus' token: ${{ secrets.reporeading_token }} codecov-token: ${{ secrets.codecov_token }} - run-mod-tidy: true - codecov-go-race: true + short-test: ${{ secrets.short_test }} + run-mod-tidy: false env: CHARGEBEE_PUBLISHABLE_KEY: ${{ secrets.chargebee_token }} CHARGEBEE_SITE_NAME: ${{ secrets.chargebee_sitename }}