From afb6499f03666ff966bc1a6a9e27f831c04d338b Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 1 Feb 2021 18:09:04 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 26892e28..8452aef7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -199,9 +199,9 @@ jobs: cd /var/www/html/varbase/docroot/profiles/varbase behat --strict --no-snippets -f pretty -o std tests/features/varbase/step1-init-tests/ behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/04-content-structure/ - ## Automated Functional Acceptance Testing group - 04 content structure + ## Automated Functional Acceptance Testing group - 05 content-management - run: - name: Automated Functional Acceptance Testing group - 04 content structure + name: Automated Functional Acceptance Testing group - 05 content-management no_output_timeout: 30m command: | cd /var/www/html/varbase/docroot/profiles/varbase @@ -213,6 +213,5 @@ workflows: jobs: - setup - test: - context: saas-tokens requires: - setup \ No newline at end of file -- GitLab