Skip to content

Commit acff5ad

Browse files
ast: Fix Store Artifacts
1 parent aa35fe9 commit acff5ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
source buildenvvar
249249
./automated-smoke-test/smoketest.sh automation-config-staging.json prod
250250
- store_artifacts:
251-
path: /automated-smoke-test/test-results
251+
path: ./automated-smoke-test/test-results
252252

253253
# Automated Smoke Testing against Production
254254
Smoke-Testing-On-Production:
@@ -273,6 +273,8 @@ jobs:
273273
source awsenvconf
274274
source buildenvvar
275275
./automated-smoke-test/smoketest.sh automation-config-prod.json prod
276+
- store_artifacts:
277+
path: ./automated-smoke-test/test-results
276278

277279
# Test job for the cases when we do not need deployment. It just rapidly
278280
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,

0 commit comments

Comments
 (0)