Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Finalize COLONY CircleCI job
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed May 22, 2020
1 parent 6ce968b commit 567181a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ version: 2.1
orbs:
node: circleci/[email protected]
jobs:
build-and-test:
build-and-test-COLONY:
executor:
name: node/default
tag: '10.20'
steps:
- checkout
- run: npm i -g yarn
- setup_remote_docker
- run: yarn bootstrap
- run: truffle obtain --solc=0.5.16
- run: npx truffle obtain --solc=0.5.16
- run: COLONY=true yarn ci

workflows:
colony:
jobs:
- build-and-test:
- build-and-test-COLONY:
filters:
branches:
only:
Expand Down

0 comments on commit 567181a

Please sign in to comment.