From de05c268b5fcf04e1c564f8a993ffee981ae7e4f Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sat, 1 Feb 2025 01:28:52 -0800 Subject: [PATCH] Add more hosting tests --- .github/workflows/tests.yml | 50 +++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e787120bc..60d62c820e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,20 +12,54 @@ jobs: fail-fast: false matrix: include: + # Hosting projects + - project: tests/Aspire.Hosting.Analyzers.Tests/Aspire.Hosting.Analyzers.Tests.csproj + name: Analyzers + - project: tests/Aspire.Hosting.Azure.Tests/Aspire.Hosting.Azure.Tests.csproj + name: Azure + - project: tests/Aspire.Hosting.Containers.Tests/Aspire.Hosting.Containers.Tests.csproj + name: Containers - project: tests/Aspire.Hosting.Elasticsearch.Tests/Aspire.Hosting.Elasticsearch.Tests.csproj name: Elasticsearch - - project: tests/Aspire.Hosting.PostgreSQL.Tests/Aspire.Hosting.PostgreSQL.Tests.csproj - name: PostgreSQL - - project: tests/Aspire.Hosting.Oracle.Tests/Aspire.Hosting.Oracle.Tests.csproj - name: Oracle + - project: tests/Aspire.Hosting.Garnet.Tests/Aspire.Hosting.Garnet.Tests.csproj + name: Garnet - project: tests/Aspire.Hosting.Kafka.Tests/Aspire.Hosting.Kafka.Tests.csproj name: Kafka - - project: tests/Aspire.Hosting.Tests/Aspire.Hosting.Tests.csproj - name: Hosting + - project: tests/Aspire.Hosting.Keycloak.Tests/Aspire.Hosting.Keycloak.Tests.csproj + name: Keycloak + - project: tests/Aspire.Hosting.Milvus.Tests/Aspire.Hosting.Milvus.Tests.csproj + name: Milvus + - project: tests/Aspire.Hosting.MongoDB.Tests/Aspire.Hosting.MongoDB.Tests.csproj + name: MongoDB + - project: tests/Aspire.Hosting.MySql.Tests/Aspire.Hosting.MySql.Tests.csproj + name: MySQL + - project: tests/Aspire.Hosting.Nats.Tests/Aspire.Hosting.Nats.Tests.csproj + name: NATS + - project: tests/Aspire.Hosting.NodeJs.Tests/Aspire.Hosting.NodeJs.Tests.csproj + name: NodeJS + - project: tests/Aspire.Hosting.Oracle.Tests/Aspire.Hosting.Oracle.Tests.csproj + name: Oracle + - project: tests/Aspire.Hosting.PostgreSQL.Tests/Aspire.Hosting.PostgreSQL.Tests.csproj + name: PostgreSQL + - project: tests/Aspire.Hosting.Python.Tests/Aspire.Hosting.Python.Tests.csproj + name: Python + - project: tests/Aspire.Hosting.Qdrant.Tests/Aspire.Hosting.Qdrant.Tests.csproj + name: Qdrant + - project: tests/Aspire.Hosting.RabbitMQ.Tests/Aspire.Hosting.RabbitMQ.Tests.csproj + name: RabbitMQ - project: tests/Aspire.Hosting.Redis.Tests/Aspire.Hosting.Redis.Tests.csproj name: Redis - - project: tests/Aspire.Hosting.Azure.Tests/Aspire.Hosting.Azure.Tests.csproj - name: Azure + - project: tests/Aspire.Hosting.Sdk.Tests/Aspire.Hosting.Sdk.Tests.csproj + name: SDK + - project: tests/Aspire.Hosting.SqlServer.Tests/Aspire.Hosting.SqlServer.Tests.csproj + name: SQLServer + - project: tests/Aspire.Hosting.Testing.Tests/Aspire.Hosting.Testing.Tests.csproj + name: Testing + - project: tests/Aspire.Hosting.Tests/Aspire.Hosting.Tests.csproj + name: Hosting + - project: tests/Aspire.Hosting.Valkey.Tests/Aspire.Hosting.Valkey.Tests.csproj + name: Valkey + # Playground project # - project: tests/Aspire.Playground.Tests/Aspire.Playground.Tests.csproj # name: Playground # Add more projects as needed