Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Aug 18, 2024
1 parent a87328a commit b095e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
organization: 'untillpro,heeus'
token: ${{ secrets.reporeading_token }}
codecov-token: ${{ secrets.codecov_token }}
run-mod-tidy: false
codecov-go-race: false
run-mod-tidy: true
codecov-go-race: true
env:
CHARGEBEE_PUBLISHABLE_KEY: ${{ secrets.chargebee_token }}
CHARGEBEE_SITE_NAME: ${{ secrets.chargebee_sitename }}
HEEUS_SKIP_SLOW_TESTS: 0
# HEEUS_SKIP_SLOW_TESTS: 0

- name: Check copyright
run: curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/check_copyright.sh | bash -s "$(go env GOPATH)"
Expand Down

0 comments on commit b095e0a

Please sign in to comment.