diff options
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 939df8be5..81b8a7301 100644 --- a/.circleci/config.yml +++ b/.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!' -
\ No newline at end of file + |