From 14ed91d77613bcfd1bf72c28d9cab32a43a74bee Mon Sep 17 00:00:00 2001 From: Vlad Gramuzov Date: Wed, 27 Nov 2024 20:38:26 +0100 Subject: [PATCH] update test workflow --- .github/workflows/integration-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index c48fd46..bbf5791 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -53,15 +53,15 @@ jobs: node-version: 20 - name: Set up Dependencies - env: - API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1' - LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} run: | pip install requests boto3 pytest localstack-sdk-python pip install localstack-ci-extension-plugins/pytest_plugin pip install localstack - name: Prepare LocalStack + env: + API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1' + LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} run: | localstack extensions dev enable ./localstack-ci-extension