We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a11bd commit 19883c4Copy full SHA for 19883c4
.circleci/config.yml
@@ -117,7 +117,7 @@ jobs:
117
- run:
118
name: Run e2e tests
119
command: |
120
- cd tests/e2e/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings) && cd ../..
+ cd tests/e2e/src && export TEST_FILES=$(circleci tests glob "tests/**/*.ts" | circleci tests split --split-by=timings) && cd ../..
121
.circleci/e2e/test.app.sh
122
- when:
123
condition:
0 commit comments