From 341019fbbb66dcccac2323e428674c2d29aea013 Mon Sep 17 00:00:00 2001 From: Brent Roose Date: Thu, 31 Oct 2024 09:15:43 +0100 Subject: [PATCH] update clean install ci --- .github/workflows/tempest-clean-quality-control.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tempest-clean-quality-control.yml b/.github/workflows/tempest-clean-quality-control.yml index e83580d..4b7550c 100644 --- a/.github/workflows/tempest-clean-quality-control.yml +++ b/.github/workflows/tempest-clean-quality-control.yml @@ -27,9 +27,6 @@ jobs: - name: Configure namespace run: sed -i 's/\\\\/App\\\\/' composer.json - - name: Configure namespace - run: mkdir app - - name: Require Tempest run: composer require tempest/framework:dev-main