Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 7505b8f

Browse files
author
Steffan
committed
update CircleCI
1 parent c896633 commit 7505b8f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
build:
1212
<<: *defaults
1313
steps:
14-
- run:
15-
name: Update Environment
16-
command: echo 'export PATH=$CIRCLE_WORKING_DIRECTORY/node_modules/.bin:$PATH' >> $BASH_ENV
1714
- checkout
1815
- restore_cache:
1916
key: yarn-{{ checksum "yarn.lock" }}
@@ -30,7 +27,7 @@ jobs:
3027
- run:
3128
name: Run Tests
3229
command: |
33-
karma start test/karma.conf.js --single-run --browsers Chrome
30+
yarn karma --browsers Chrome
3431
- run:
3532
name: Build Release
3633
command: yarn build

0 commit comments

Comments
 (0)