From 9e290700d769c2083097d292c11497b6789077c9 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:34:26 -0500 Subject: [PATCH] testing use of localstack in unbounded tests job --- .github/workflows/all_solutions.yml | 36 ++++++++++++++++++----------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/.github/workflows/all_solutions.yml b/.github/workflows/all_solutions.yml index 4d2995817..7ca480f91 100644 --- a/.github/workflows/all_solutions.yml +++ b/.github/workflows/all_solutions.yml @@ -378,20 +378,21 @@ jobs: matrix: namespace: [ - CosmosDB, - Couchbase, - Elasticsearch, - MongoDB, - Msmq, - MsSql, - MySql, - NServiceBus, - NServiceBus5, - # Disabling Oracle temporarily - #Oracle, - Postgres, - RabbitMq, - Redis, + AWS.SQS + # CosmosDB, + # Couchbase, + # Elasticsearch, + # MongoDB, + # Msmq, + # MsSql, + # MySql, + # NServiceBus, + # NServiceBus5, + # # Disabling Oracle temporarily + # #Oracle, + # Postgres, + # RabbitMq, + # Redis, ] fail-fast: false # we don't want one test failure in one namespace to kill the other runs @@ -468,6 +469,13 @@ jobs: Start-CosmosDbEmulator shell: pwsh + - name: Start LocalStack for AWS tests + if: matrix.namespace == 'AWS.SQS' + uses: LocalStack/setup-localstack@v0.2.1 + with: + image-tag: 'stable' + configuration: 'SERVICES=sqs' + - name: Run Unbounded Integration Tests run: | if ($Env:enhanced_logging -eq $True) {