Skip to content

Commit

Permalink
Dactivate test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 11, 2020
1 parent cf8f424 commit 8f6972d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2
workflows:
version: 2
test:
jobs:
- contract_cw1_subkeys
- contract_cw1_whitelist
- contract_cw20_base
- contract_cw20_escrow
- package_cw1
- package_cw20
- lint
# test:
# jobs:
# - contract_cw1_subkeys
# - contract_cw1_whitelist
# - contract_cw20_base
# - contract_cw20_escrow
# - package_cw1
# - package_cw20
# - lint
deploy:
jobs:
- build_and_upload_contracts
Expand Down

0 comments on commit 8f6972d

Please sign in to comment.