Skip to content

Commit 19883c4

Browse files
committed
fix 2
1 parent c1a11bd commit 19883c4

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/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | 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)