Skip to content

Commit 072f731

Browse files
committed
circle add integration tests to build-test-no-cache
1 parent a860cf4 commit 072f731

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
- run:
6666
name: Build
6767
command: npm run build
68+
- run:
69+
name: Integration
70+
environment:
71+
JEST_JUNIT_OUTPUT_NAME: integration-results
72+
command: |
73+
export TESTFILES=$(circleci tests glob "test/integration/*.test.js" | circleci tests split --split-by=timings)
74+
$(npm bin)/jest ${TESTFILES} --reporters="default" --reporters="jest-junit" --runInBand
6875
- store_artifacts:
6976
path: coverage
7077
- store_test_results:

0 commit comments

Comments
 (0)