File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ jobs:
123
123
run-dotnet-k8s-test :
124
124
if : ${{ inputs.LANGUAGE == 'dotnet' }}
125
125
needs : create-k8s-on-ec2
126
- # TODO: Point to REAL K8s implementation after K8s Infra created.
127
- uses : ./.github/workflows/dummy-k8s-test.yml
126
+ uses : ./.github/workflows/dotnet-k8s-test.yml
128
127
secrets : inherit
129
128
with :
130
129
aws-region : ' us-east-1'
@@ -134,8 +133,7 @@ jobs:
134
133
run-node-k8s-test :
135
134
if : ${{ inputs.LANGUAGE == 'node' }}
136
135
needs : create-k8s-on-ec2
137
- # TODO: Point to REAL K8s implementation after K8s Infra created.
138
- uses : ./.github/workflows/dummy-k8s-test.yml
136
+ uses : ./.github/workflows/node-k8s-test.yml
139
137
secrets : inherit
140
138
with :
141
139
aws-region : ' us-east-1'
You can’t perform that action at this time.
0 commit comments