From 6366abf0df60f1aa9efc47d611d8b0a4922268d7 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Fri, 26 Apr 2024 16:52:14 +0200
Subject: [PATCH] Disable tests for initial installation

---
 test-and-deploy.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 6e03c68..990c4fe 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -193,6 +193,9 @@ Debug:
     elif [[ "$INITIAL_INSTALL" == "yes" ]]; then
       INITIALINSTALL="yes"
     fi
+    if [[ "$INITIALINSTALL" == "yes" ]]; then
+      TESTSDISABLED="yes"
+    fi
 
     DEPLOYSCRIPT="drupal-deploy"
     if [[ "$INITIALINSTALL" == "yes" ]]; then
-- 
GitLab