Skip to content

Commit 6c8ab98

Browse files
committed
fix 3
1 parent 19883c4 commit 6c8ab98

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 @@ jobs:
117117
- run:
118118
name: Run e2e tests
119119
command: |
120-
cd tests/e2e/src && export TEST_FILES=$(circleci tests glob "tests/**/*.ts" | circleci tests split --split-by=timings) && cd ../..
120+
cd tests/e2e/src && export TEST_FILES=$(circleci tests glob "tests/**/*.ts" | circleci tests split --split-by=timings) && cd ../../..
121121
.circleci/e2e/test.app.sh
122122
- when:
123123
condition:

0 commit comments

Comments
 (0)