diff options
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 243c880be..4d9d01ee6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,6 @@ workflows: - all-tests-pass: requires: - test-lint - - test-deps - test-unit - test-e2e-chrome - test-e2e-firefox @@ -416,3 +415,4 @@ jobs: - run: name: All Tests Passed command: echo 'weew - everything passed!' + |