We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389c439 commit 42d3046Copy full SHA for 42d3046
.github/workflows/tests.yaml
@@ -9,6 +9,7 @@ jobs:
9
DOTNET_CONFIGURATION: Release
10
DAPR_VERSION: "1.14.1"
11
TEST_PROJECT_PATH: tests/CommunityToolkit.Aspire.${{ matrix.name }}/CommunityToolkit.Aspire.${{ matrix.name }}.csproj
12
+ CI: true
13
runs-on: "${{ matrix.os }}"
14
timeout-minutes: 60
15
name: ${{ matrix.name }}-${{ matrix.os }}
0 commit comments