From b56bcd35967e2cb5efd4f4bfbbef6e783b558cf8 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 7 Aug 2023 11:59:58 -0700 Subject: [PATCH] Troubleshooting pipeline: create both .env and .env.testing --- .chipperci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.chipperci.yml b/.chipperci.yml index efb3c5cf28..0c18b253c9 100644 --- a/.chipperci.yml +++ b/.chipperci.yml @@ -20,6 +20,7 @@ on: pipeline: - name: Setup cmd: | + cp -v .env.testing.example .env cp -v .env.testing.example .env.testing composer install --no-interaction --prefer-dist --optimize-autoloader