File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248
248
source buildenvvar
249
249
./automated-smoke-test/smoketest.sh automation-config-staging.json prod
250
250
- store_artifacts :
251
- path : /automated-smoke-test/test-results
251
+ path : . /automated-smoke-test/test-results
252
252
253
253
# Automated Smoke Testing against Production
254
254
Smoke-Testing-On-Production :
@@ -273,6 +273,8 @@ jobs:
273
273
source awsenvconf
274
274
source buildenvvar
275
275
./automated-smoke-test/smoketest.sh automation-config-prod.json prod
276
+ - store_artifacts :
277
+ path : ./automated-smoke-test/test-results
276
278
277
279
# Test job for the cases when we do not need deployment. It just rapidly
278
280
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,
You can’t perform that action at this time.
0 commit comments