Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xadada committed Jan 31, 2018
1 parent fff3e56 commit 8175dbe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# circleci/config.yml
version: 2

# Reusable definitions shared between jobs
defs:
steps:
step-update-path: &step-update-path
name: Update $PATH
command: |
echo "export PATH=$PATH:$(yarn global bin)" >> $BASH_ENV
jobs:
build:
docker:
Expand All @@ -23,10 +31,12 @@ jobs:
key: dependency-cache-{{ checksum "yarn.lock" }}
paths:
- ./node_modules
- run:
<<: *step-update-path
- run:
name: Run tests
command: |
npm rebuild node-sass 2>&1 > /dev/null
./node_modules/ember-cli/bin/ember --version --verbose
ember --version --verbose
yarn test
yarn coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"node-fetch"
],
"resolutions": {
"ember-simple-auth": "0xadada/ember-simple-auth#b520d6bbd17ec2b99d792a75ae8a8b119af4d08a"
"ember-simple-auth": "0xadada/ember-simple-auth#13a8a1d461fdac769f566b41beda61972118c2b4"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3643,9 +3643,9 @@ ember-runtime-enumerable-includes-polyfill@^2.0.0:
ember-cli-babel "^6.9.0"
ember-cli-version-checker "^2.1.0"

ember-simple-auth@0xadada/ember-simple-auth#b520d6bbd17ec2b99d792a75ae8a8b119af4d08a, ember-simple-auth@^1.4.2:
ember-simple-auth@0xadada/ember-simple-auth#13a8a1d461fdac769f566b41beda61972118c2b4, ember-simple-auth@^1.4.2:
version "1.4.2"
resolved "https://codeload.github.com/0xadada/ember-simple-auth/tar.gz/b520d6bbd17ec2b99d792a75ae8a8b119af4d08a"
resolved "https://codeload.github.com/0xadada/ember-simple-auth/tar.gz/13a8a1d461fdac769f566b41beda61972118c2b4"
dependencies:
base-64 "^0.1.0"
broccoli-file-creator "^1.1.1"
Expand Down

0 comments on commit 8175dbe

Please sign in to comment.