From c24b2522a84592f5d411763fa54456d646392016 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 9 Jan 2024 11:47:36 -0500 Subject: [PATCH] remove tests from staging builds (#256) --- .github/workflows/deploy-staging.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 2f540f9ee..fb98bb586 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -18,9 +18,6 @@ jobs: with: node-version: 18 - run: npm ci - - id: files - uses: jitterbit/get-changed-files@v1 - - run: npm run test -- --filesToCheck=${{ steps.files.outputs.added_modified }} - run: npm run build - uses: aws-actions/configure-aws-credentials@v2 with: