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 be7647d commit 432b075Copy full SHA for 432b075
.circleci/config.yml
@@ -126,7 +126,7 @@ jobs:
126
- run:
127
name: Run e2e tests
128
command: |
129
- export TEST_FILES=$(circleci tests glob "tests/e2e/dist/tests/**/*.js" | circleci tests split --split-by=timings)
+ cd tests/e2e/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings)
130
echo "Running tests: $TEST_FILES"
131
.circleci/e2e/test.app.sh
132
- when:
0 commit comments