Skip to content

Commit 432b075

Browse files
committed
fix 9
1 parent be7647d commit 432b075

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
@@ -126,7 +126,7 @@ jobs:
126126
- run:
127127
name: Run e2e tests
128128
command: |
129-
export TEST_FILES=$(circleci tests glob "tests/e2e/dist/tests/**/*.js" | circleci tests split --split-by=timings)
129+
cd tests/e2e/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings)
130130
echo "Running tests: $TEST_FILES"
131131
.circleci/e2e/test.app.sh
132132
- when:

0 commit comments

Comments
 (0)