File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,22 +94,22 @@ jobs:
9494 echo "${test_type}"
9595 echo "test-type={\"include\":[${test_type}]}" >> $GITHUB_OUTPUT
9696
97- echo "${{ steps.get_test_type.outputs.test-type }}"
98-
9997 CLOUD_BRANCH="${{ inputs.CLOUD_BRANCH }}"
10098 if [[ -z "$CLOUD_BRANCH" ]]; then
10199 CLOUD_BRANCH="main"
102100 fi
103101 echo cloud-branch="$CLOUD_BRANCH" >> $GITHUB_OUTPUT
104102
105- echo "${{ steps.get_test_type.outputs.cloud-branch }}"
106-
107103 CLOUD_ENV_NAME="${{ inputs.CLOUD_ENV_NAME }}"
108104 if [[ -z "$CLOUD_ENV_NAME" ]]; then
109105 CLOUD_ENV_NAME="dev"
110106 fi
111107 echo cloud-env-name="$CLOUD_ENV_NAME" >> $GITHUB_OUTPUT
112-
108+
109+ - name : echo Get test type
110+ run : |
111+ echo "${{ steps.get_test_type.outputs.test-type }}"
112+ echo "${{ steps.get_test_type.outputs.cloud-branch }}"
113113 echo "${{ steps.get_test_type.outputs.cloud-env-name }}"
114114
115115 e2e-api-test :
You can’t perform that action at this time.
0 commit comments