Skip to content

Commit c3a5759

Browse files
committed
fix 22
1 parent 8750c50 commit c3a5759

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ jobs:
123123
- run:
124124
name: Verify Compiled Files
125125
command: ls -R tests/e2e/dist/tests/
126+
- run:
127+
name: Run e2e tests
128+
command: |
129+
cd tests/e2e/dist
130+
export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.js" | circleci tests split --split-by=timings)
131+
echo "Running tests: $TEST_FILES"
132+
cd ../../..
133+
.circleci/e2e/test.app.sh
126134
- when:
127135
condition:
128136
equal: [ true, << parameters.report >> ]

0 commit comments

Comments
 (0)