From ad325fd83fbc1bacff2e155278e3fd5eba61800f Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Tue, 30 Jul 2019 11:22:12 +0200 Subject: [PATCH] ci(pull-requests): Run end-to-end tests on PRs --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad5b0d514..af7134d29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -222,6 +222,9 @@ workflows: - master - feature/* - hotfix/* + - e2e_test: + requires: + - build_and_test # MERGE TO MASTER cut_release: