Skip to content

Commit 5665adc

Browse files
committed
CricleCI smoke test: fix artifacts path
1 parent d82cd09 commit 5665adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ smoke_testing: &smoke_testing
117117
source buildenvvar
118118
./connect-automation/smoketest.sh
119119
- store_artifacts:
120-
path: /connect-automation/test-results
120+
path: ./connect-automation/test-results
121121

122122
jobs:
123123
build-dev:

0 commit comments

Comments
 (0)