Merge pull request #4319 from MetaMask/ci-test-deps

CI - remove node security test as blocker for prerelease builds + screenshots
feature/default_network_editable
Frankie 7 years ago committed by GitHub
commit 793737f5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

@ -51,7 +51,6 @@ workflows:
- all-tests-pass:
requires:
- test-lint
- test-deps
- test-unit
- test-e2e-chrome
- test-e2e-firefox
@ -368,4 +367,4 @@ jobs:
- run:
name: All Tests Passed
command: echo 'weew - everything passed!'

Loading…
Cancel
Save