From c56469ecdbdf8ee3ebe9b4c27252828297709361 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 2 Sep 2024 23:55:05 -0400 Subject: [PATCH] Run integration tests build building gamma --- .github/workflows/build-staging-and-deploy-aws.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index 5c699c9d4..6a496a82b 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -6,6 +6,11 @@ permissions: contents: read jobs: + infisical-tests: + name: Run tests before deployment + # https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview + uses: ./.github/workflows/run-backend-tests.yml + infisical-image: name: Build backend image runs-on: ubuntu-latest