From 4e4469fca8b777ae32e8b676d63dfcba1a781077 Mon Sep 17 00:00:00 2001 From: Vlad Gramuzov Date: Wed, 27 Nov 2024 21:13:56 +0100 Subject: [PATCH] update test workflow --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 71f0870..91f50f9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -76,7 +76,7 @@ jobs: LOCALSTACK_PROJECT_ID: ${{ secrets.LOCALSTACK_PROJECT_ID }} LOCALSTACK_PIPELINE_ID: ${{ secrets.LOCALSTACK_PIPELINE_ID }} run: | - localstack start -d + localstack start - name: Wait for LocalStack to be ready run: |