disable testing inactive packages in ci

This commit is contained in:
Lawrence Forman 2020-10-21 02:11:04 -04:00
parent 3a3e289864
commit 6106185bf6

View File

@ -165,21 +165,22 @@ workflows:
main: main:
jobs: jobs:
- build - build
- test-exchange-ganache: # Disabled until we begin actively developing on these packages again.
requires: # - test-exchange-ganache:
- build # requires:
- test-integrations-ganache: # - build
requires: # - test-integrations-ganache:
- build # requires:
- test-contracts-staking-ganache: # - build
requires: # - test-contracts-staking-ganache:
- build # requires:
- test-contracts-rest-ganache: # - build
requires:
- build
# - test-contracts-extra-ganache: # - test-contracts-extra-ganache:
# requires: # requires:
# - build # - build
- test-contracts-rest-ganache:
requires:
- build
- test-rest: - test-rest:
requires: requires:
- build - build
@ -194,9 +195,11 @@ workflows:
- build - build
- submit-coverage: - submit-coverage:
requires: requires:
# Disabled until we begin actively developing on these packages again.
# - test-exchange-ganache
# - test-integrations-ganache
# - test-contracts-staking-ganache
# - test-contracts-extra-ganache # - test-contracts-extra-ganache
- test-contracts-rest-ganache - test-contracts-rest-ganache
- test-contracts-staking-ganache
- test-exchange-ganache
- test-rest - test-rest
- static-tests - static-tests