Skip to content

Commit 0e5131d

Browse files
committed
feat: update the CI to use the new CD - in DevTest/NFT only
1 parent d23afb6 commit 0e5131d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-4-deploy-devtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
# Define which tests to run based on the environment
102102
declare -A test_types=(
103-
["development"]="smoke_e2e"
103+
["nft"]="smoke_e2e"
104104
)
105105
TEST_TYPES_VALUE="${test_types[${ENVIRONMENT_NAME}]}"
106106

0 commit comments

Comments
 (0)