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:
123123 run-dotnet-k8s-test :
124124 if : ${{ inputs.LANGUAGE == 'dotnet' }}
125125 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
128127 secrets : inherit
129128 with :
130129 aws-region : ' us-east-1'
@@ -134,8 +133,7 @@ jobs:
134133 run-node-k8s-test :
135134 if : ${{ inputs.LANGUAGE == 'node' }}
136135 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
139137 secrets : inherit
140138 with :
141139 aws-region : ' us-east-1'
You can’t perform that action at this time.
0 commit comments