Skip to content

Commit

Permalink
run all tests in one workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Dec 1, 2024
1 parent df0ea11 commit f578369
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_reuse_go_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
go_race:
required: false
type: string
test_subfolders:
required: false
type: string
secrets:
reporeading_token:
required: true
Expand Down Expand Up @@ -82,6 +85,11 @@ jobs:
ignore-build: ${{ inputs.ignore_build }}
run-mod-tidy: false

- name: Test subfolders
if: ${{ inputs.test_subfolders == 'true' }}
run: |
curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/test_subfolders.sh | bash -s "$(go env GOPATH)"
- 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 f578369

Please sign in to comment.