Skip to content

Commit b1c5755

Browse files
committed
ci: added post-steps in the workflow
1 parent 8c15443 commit b1c5755

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ jobs:
6363
source awsenvconf
6464
source buildenvvar
6565
./master_deploy.sh -d ECS -e DEV -t latest -s dev_communityapp_taskvar -i communityapp
66-
post-steps:
67-
- run:
68-
name: Run automation
69-
command: |
70-
source awsenvconf
71-
source buildenvvar
72-
./automated-smoke-test/smoketest.sh automation-config-dev.json dev
7366
7467
# Build & Deploy against testing backend
7568
"build-test":
@@ -238,6 +231,13 @@ workflows:
238231
branches:
239232
only:
240233
- free
234+
post-steps:
235+
- run:
236+
name: Run automation
237+
command: |
238+
source awsenvconf
239+
source buildenvvar
240+
./automated-smoke-test/smoketest.sh automation-config-dev.json dev
241241
# This is alternate dev env for parallel testing
242242
- "build-test":
243243
context : org-global

0 commit comments

Comments
 (0)