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

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

parent d3948980
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ executors:
working_directory: /var/www/html/varbase/docroot
jobs:
setup:
varbase-setup:
resource_class: small
executor: varbase-build
steps:
......@@ -161,11 +161,12 @@ jobs:
drush config-set system.performance js.preprocess 0 --yes
drush config-set system.logging error_level all --yes
drush cr
test:
varbase-testings:
resource_class: small
executor: varbase-build
parallelism: 4
steps:
- varbase-setup
## Automated Functional Acceptance Testing group - 01 website base requirements
- run:
name: Automated Functional Acceptance Testing group - 01 website base requirements
......@@ -210,7 +211,4 @@ jobs:
workflows:
build:
jobs:
- setup
- test:
requires:
- setup
\ No newline at end of file
- varbase-testings
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