Skip to content

Commit

Permalink
chore: Update CircleCI config (#661)
Browse files Browse the repository at this point in the history
Removing a couple extraneous CircleCI commands to see if they're still needed. I think one of the removed lines is causing #654 to fail, but let's see.
  • Loading branch information
johnholdun authored Jul 22, 2022
1 parent f7439ec commit fb74196
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
<<: *defaults
steps:
- checkout
# For some reason phantomjs-prebuild is failing w/yarn, but npm installing works
- run: 'npm install --no-save phantomjs-prebuilt'
- run: 'yarn install'
- run: 'yarn lint:ci'
- run: 'yarn build:ci'
Expand All @@ -34,7 +32,6 @@ jobs:
at: ~/project
- checkout
- run: 'yarn install'
- run: 'yarn add karma-cli --dev'
- run: 'yarn test:web --maxWorkers=4'
- run: 'yarn build:web:ci --maxWorkers=4'

Expand Down

0 comments on commit fb74196

Please sign in to comment.