Skip to content

Commit

Permalink
fix: test for enabling e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 4, 2017
1 parent 25759e7 commit 5425741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
machine:
node:
version: 8.5.0

post:
- curl -o- -L https://yarnpkg.com/install.sh | bash

- 'curl -o- -L https://yarnpkg.com/install.sh | bash'
dependencies:
cache_directories:
- "~/.cache/yarn"

- ~/.cache/yarn
pre:
- yarn --version

override:
- yarn install

test:
post:
- npm run semantic-release || true
override:
- npm run build -- --env.browser && npm test
- sh ./shell/e2e.sh
1 change: 1 addition & 0 deletions shell/e2e.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
curl -X POST -d "repositoryURL=$CIRCLE_REPOSITORY_URL&currentBranch=$CIRCLE_BRANCH&currentBuildNumber=$CIRCLE_BUILD_NUM&previousBuildNumber=$CIRCLE_PREVIOUS_BUILD_NUM&sha1=$CIRCLE_SHA1" $E2E_TRIGGER

0 comments on commit 5425741

Please sign in to comment.