Skip to content
Snippets Groups Projects
Commit 19c01a0b authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3194401: Switch to CircleCI as the default automated testing platform

parent 23b7309c
No related branches found
No related tags found
No related merge requests found
...@@ -161,12 +161,11 @@ jobs: ...@@ -161,12 +161,11 @@ jobs:
drush config-set system.performance js.preprocess 0 --yes drush config-set system.performance js.preprocess 0 --yes
drush config-set system.logging error_level all --yes drush config-set system.logging error_level all --yes
drush cr drush cr
varbase-testings: varbase-testing:
resource_class: small resource_class: small
executor: varbase-build executor: varbase-build
parallelism: 4 parallelism: 4
steps: steps:
- varbase-setup
## Automated Functional Acceptance Testing group - 01 website base requirements ## Automated Functional Acceptance Testing group - 01 website base requirements
- run: - run:
name: Automated Functional Acceptance Testing group - 01 website base requirements name: Automated Functional Acceptance Testing group - 01 website base requirements
...@@ -209,6 +208,9 @@ jobs: ...@@ -209,6 +208,9 @@ jobs:
behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/05-content-management/ behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/05-content-management/
workflows: workflows:
build: jobs:
jobs: varbase-workflow:
- varbase-testings - varbase-setup
- varbase-testing:
requires:
- varbase-setup
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment