Skip to content

Commit 270b6d4

Browse files
committed
chore: test get-test-type
1 parent 8983489 commit 270b6d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cloud-e2e-api.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)