From 07eeff6ec6f638b5e6d5dc03cea9bcbb5023ac4b Mon Sep 17 00:00:00 2001 From: Kaushik Surya Date: Tue, 3 Dec 2024 16:57:18 -0500 Subject: [PATCH] Add back local stack for CN --- .github/workflows/integration-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a1d4aead2d..ca82334b31 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -133,12 +133,10 @@ jobs: id: set-matrix run: | go run --tags=generator generator/test_case_generator.go - echo "::set-output name=ec2_linux_matrix::$(echo $(cat generator/resources/ec2_linux_complete_test_matrix.json))" echo "::set-output name=ec2_linux_china_matrix::$(echo $(cat generator/resources/ec2_linux_china_complete_test_matrix.json))" - name: Echo test plan matrix run: | - echo "ec2_linux_matrix: ${{ steps.set-matrix.outputs.ec2_linux_matrix }}" echo "ec2_linux_china_matrix: ${{ steps.set-matrix.outputs.ec2_linux_china_matrix }}" # StartLocalStackCN: