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 19883c4 commit 6c8ab98Copy full SHA for 6c8ab98
.circleci/config.yml
@@ -117,7 +117,7 @@ jobs:
117
- run:
118
name: Run e2e tests
119
command: |
120
- cd tests/e2e/src && export TEST_FILES=$(circleci tests glob "tests/**/*.ts" | 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