From 3f946124b9693eea06129a5e249654d46ef7f91c Mon Sep 17 00:00:00 2001 From: Daniel Speicher <daniel.speicher@lakedrops.com> Date: Fri, 28 Jun 2024 15:01:03 +0200 Subject: [PATCH] Start and restructure general pipeline documentation --- docs/gitlab/drupal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitlab/drupal/index.md b/docs/gitlab/drupal/index.md index bcb7769..94969c6 100644 --- a/docs/gitlab/drupal/index.md +++ b/docs/gitlab/drupal/index.md @@ -207,7 +207,7 @@ you have to write the scripts for those two tasks yourselves. tests will be skipped. - `DISABLE_CI_TEST_CODESTYLE`: if this variable is set to any value, the PHP CS tests will be skipped. -- `DISABLE_CI_TEST_CYPRESSE2E: 1`: if this variable is set to any value, the +- `DISABLE_CI_TEST_CYPRESSE2E:`: if this variable is set to any value, the Cypress tests will be skipped. - `DISABLE_CI_TEST_PHPUNIT`: if this variable is set to any value, the PHP unit tests will be skipped. -- GitLab