Skip to content

Commit

Permalink
try #26
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 14, 2022
1 parent 2678510 commit 676baa0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
golangci-lint-helm-gen:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: hack/helm-reference-gen
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand All @@ -76,7 +76,7 @@ jobs:

unit-helm-gen:
needs: [get-go-version, golangci-lint-helm-gen, validate-helm-gen]
uses: hashicorp/consul-k8s/.github/workflows/reusable-unit.yml@main
uses: ./.github/workflows/reusable-unit.yml
with:
directory: hack/helm-reference-gen
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
golangci-lint-control-plane:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: control-plane
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down Expand Up @@ -268,29 +268,29 @@ jobs:
golangci-lint-acceptance:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: acceptance
go-version: ${{ needs.get-go-version.outputs.go-version }}

unit-acceptance-framework:
needs: [get-go-version, golangci-lint-acceptance]
uses: hashicorp/consul-k8s/.github/workflows/reusable-unit.yml@main
uses: ./.github/workflows/reusable-unit.yml
with:
directory: acceptance/framework
go-version: ${{ needs.get-go-version.outputs.go-version }}

golangci-lint-cli:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: cli
go-version: ${{ needs.get-go-version.outputs.go-version }}

unit-cli:
needs: [get-go-version, golangci-lint-cli]
uses: hashicorp/consul-k8s/.github/workflows/reusable-unit.yml@main
uses: ./.github/workflows/reusable-unit.yml
with:
directory: cli
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down

0 comments on commit 676baa0

Please sign in to comment.