Skip to content

Commit 44eee34

Browse files
committed
fix 12
1 parent ba75b98 commit 44eee34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ jobs:
126126
- run:
127127
name: Run e2e tests
128128
command: |
129-
cd tests/e2e/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings)
129+
cd tests/e2e/dist
130+
export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings)
130131
echo "Running tests: $TEST_FILES"
131-
cd ../../../..
132+
cd ../../..
132133
.circleci/e2e/test.app.sh
133134
- when:
134135
condition:

0 commit comments

Comments
 (0)