Commit 60cdb11 1 parent 623b3df commit 60cdb11 Copy full SHA for 60cdb11
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,25 +89,25 @@ jobs:
89
89
- id : ' add-cockroachdb-repo'
90
90
name : Add The CockroachDB Helm Repo
91
91
run : ' helm repo add cockroachdb https://charts.cockroachdb.com/'
92
- if : steps.list-changed.outputs.changed == 'true' || steps.changed-files-specific .outputs.any_changed == 'true'
92
+ if : steps.list-changed.outputs.changed == 'true' || steps.list- changed-test .outputs.any_changed == 'true'
93
93
94
94
- id : ' lint'
95
95
name : Lint The Chart
96
96
run : ' ct lint --target-branch ${{ github.event.repository.default_branch }}'
97
- if : steps.list-changed.outputs.changed == 'true' || steps.changed-files-specific .outputs.any_changed == 'true'
97
+ if : steps.list-changed.outputs.changed == 'true' || steps.list- changed-test .outputs.any_changed == 'true'
98
98
99
99
- id : ' create-kind'
100
100
name : Create Kubernetes Cluster with KinD
101
101
102
- if : steps.list-changed.outputs.changed == 'true' || steps.changed-files-specific .outputs.any_changed == 'true'
102
+ if : steps.list-changed.outputs.changed == 'true' || steps.list- changed-test .outputs.any_changed == 'true'
103
103
with :
104
104
node_image : ' kindest/node:${{ matrix.k8s.kindest-image-tag }}'
105
105
version : ' v0.20.0'
106
106
107
107
- id : ' test'
108
108
name : Run Go Tests
109
109
run : ' go test -p 1 ./...'
110
- if : steps.list-changed.outputs.changed == 'true' || steps.changed-files-specific .outputs.any_changed == 'true'
110
+ if : steps.list-changed.outputs.changed == 'true' || steps.list- changed-test .outputs.any_changed == 'true'
111
111
112
112
- id : ' zitadel-test-namespaces'
113
113
name : Grep Created Namespaces
You can’t perform that action at this time.
0 commit comments