From a923e8847ec762fafddeb0eff51e94062c170bab Mon Sep 17 00:00:00 2001 From: branberry Date: Wed, 3 Apr 2024 14:29:25 -0500 Subject: [PATCH] [HOTFIX]: add npm ci --- .github/workflows/deploy-prd-enhanced-worker.yml | 2 +- .github/workflows/deploy-stg-enhanced-worker.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prd-enhanced-worker.yml b/.github/workflows/deploy-prd-enhanced-worker.yml index 10eb08325..7f758994b 100644 --- a/.github/workflows/deploy-prd-enhanced-worker.yml +++ b/.github/workflows/deploy-prd-enhanced-worker.yml @@ -21,7 +21,7 @@ jobs: aws-region: us-east-2 - name: Deploy Enhanced Infrastructure run: | + npm ci cd cdk-infra/ npm ci npm run deploy:enhanced:worker -- -c env=prd -c customFeatureName=enhancedApp - diff --git a/.github/workflows/deploy-stg-enhanced-worker.yml b/.github/workflows/deploy-stg-enhanced-worker.yml index c779ff49b..4690585f6 100644 --- a/.github/workflows/deploy-stg-enhanced-worker.yml +++ b/.github/workflows/deploy-stg-enhanced-worker.yml @@ -25,6 +25,7 @@ jobs: aws-region: us-east-2 - name: Deploy Enhanced Infrastructure run: | + npm ci cd cdk-infra/ npm ci npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-worker