Skip to content

Commit

Permalink
testing use of localstack in unbounded tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jun 26, 2024
1 parent 53f6887 commit 9e29070
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions .github/workflows/all_solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -468,6 +469,13 @@ jobs:
Start-CosmosDbEmulator
shell: pwsh

- name: Start LocalStack for AWS tests
if: matrix.namespace == 'AWS.SQS'
uses: LocalStack/[email protected]
with:
image-tag: 'stable'
configuration: 'SERVICES=sqs'

- name: Run Unbounded Integration Tests
run: |
if ($Env:enhanced_logging -eq $True) {
Expand Down

0 comments on commit 9e29070

Please sign in to comment.