Skip to content

Commit

Permalink
Auto-trigger integration tests in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Sep 25, 2017
1 parent 6a03a93 commit e89d815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ jobs:
yarn run start & sleep 5
curl http://localhost:3000/api/tags
yarn run test
- run:
name: Trigger integration tests
command: curl -X POST "https://circleci.com/api/v1.1/project/github/anishkny/realworld-e2e-test?circle-token=$CIRCLE_CI_TOKEN"

0 comments on commit e89d815

Please sign in to comment.