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 4adcb96 commit 03ea100Copy full SHA for 03ea100
.circleci/config.yml
@@ -117,7 +117,7 @@ jobs:
117
- run:
118
name: Run e2e tests
119
command: |
120
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
+ cd tests/e2e && 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