From b7b8138fe7e735cb9e171b8297d68ef8eee3d119 Mon Sep 17 00:00:00 2001 From: Thomas Allmer Date: Wed, 21 Aug 2019 11:30:31 +0200 Subject: [PATCH] chore: update ci to node 10.16; use local chrome for speed --- .circleci/config.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 979d15bc3..ec84fd6e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ version: 2 defaults: &defaults working_directory: ~/repo docker: - - image: circleci/node:10.12.0-browsers + - image: circleci/node:10.16.0-browsers jobs: test: @@ -29,8 +29,12 @@ jobs: # run lint - run: npm run lint - # run tests - - run: npm run test:bs + # run test locally first + - run: npm run test + + # run compatibility tests for multiple browser via browserstack + # disabled until we can safely test multiple browsers + # - run: npm run test:bs - persist_to_workspace: root: ~/repo @@ -44,7 +48,7 @@ jobs: at: ~/repo - add_ssh_keys: fingerprints: - - "df:41:a0:89:d0:a1:30:7d:08:38:d6:65:73:61:a4:ec" + - 'df:41:a0:89:d0:a1:30:7d:08:38:d6:65:73:61:a4:ec' - run: name: Authenticate with registry command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc