Skip to content

Commit ade7771

Browse files
committed
fix CircleCI test-automation
1 parent 71c8c20 commit ade7771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,15 @@ jobs:
129129
environment:
130130
DEPLOY_ENV: "DEV"
131131
LOGICAL_ENV: "dev"
132+
APPNAME: "challenge-engine-ui"
132133
steps: *smoke_testing
133134

134135
"smoke-testing-prod":
135136
<<: *test_defaults
136137
environment:
137138
DEPLOY_ENV: "PROD"
138139
LOGICAL_ENV: "prod"
140+
APPNAME: "challenge-engine-ui"
139141
steps: *smoke_testing
140142

141143
workflows:

0 commit comments

Comments
 (0)