Skip to content

Commit

Permalink
fix(): variables in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 19, 2017
1 parent 7600532 commit 05b6107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:

working_directory: ~/repo

environment:
SYNCANO_AUTH_KEY: ${CANARY_SYNCANO_AUTH_KEY}

steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/tests/unit/settings-accountSettings.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('[settings]', function () {
expect(isAuthenticated).to.be.equal(true)
})

it.skip('should return false when auth_key does not exists', function () {
it('should return false when auth_key does not exists', function () {
account.attributes = {}
const isAuthenticated = account.authenticated()

Expand Down

0 comments on commit 05b6107

Please sign in to comment.