Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Apr 30, 2019
1 parent 50de633 commit d2d5f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ workflows:
version: 2
default-workflow:
jobs:
- tools/build-publish-lib-job:
- tools/publish-job:
filters:
branches:
only: master
- tools/test-lib-job:
- tools/test-job:
CC_TEST_REPORTER_ID: de1dd499aa47f47e03c811b848134442d267f451ac39e2bf6b242c7ad0fd8e28

nightly-workflow:
Expand All @@ -33,4 +33,4 @@ workflows:
branches:
only: master
jobs:
- tools/nightly-lib-job
- tools/nightly-job

0 comments on commit d2d5f46

Please sign in to comment.