From 3c1059fe1337ef391182511570f013ef70f3a573 Mon Sep 17 00:00:00 2001 From: Brandon Ly Date: Mon, 6 May 2024 12:09:16 -0500 Subject: [PATCH] Cleanup Feature Branch Infrastructure Failure (#1039) --- .github/workflows/clean-feature-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clean-feature-branch.yml b/.github/workflows/clean-feature-branch.yml index 2e0f9fec4..98f145ff7 100644 --- a/.github/workflows/clean-feature-branch.yml +++ b/.github/workflows/clean-feature-branch.yml @@ -23,6 +23,7 @@ jobs: aws-region: us-east-2 - name: Cleanup Feature Branch Infrastructure run: | + npm ci cd cdk-infra/ npm ci npm run cdk destroy -- -c customFeatureName=enhancedApp-stg-${{github.head_ref}} --force \