Skip to content

Commit

Permalink
try to fix win tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Aug 31, 2023
1 parent 2842a29 commit d07f225
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
dotnet_6_cluster:
name: .NET 6 on Redis Cluster
name: .NET 6
uses: ./.github/workflows/reusable.yml
with:
redis_stack_type: cluster
Expand All @@ -23,7 +23,7 @@ jobs:
secrets: inherit

dotnet_6:
name: .NET 6 on Redis Standalone
name: .NET 6
uses: ./.github/workflows/reusable.yml
strategy:
fail-fast: false
Expand All @@ -38,7 +38,7 @@ jobs:
secrets: inherit

dotnet_7_cluster:
name: .NET 7 on Redis Cluster
name: .NET 7
uses: ./.github/workflows/reusable.yml
with:
redis_stack_type: cluster
Expand All @@ -48,7 +48,7 @@ jobs:
secrets: inherit

dotnet_7:
name: .NET 7 on Redis Standalone
name: .NET 7
uses: ./.github/workflows/reusable.yml
strategy:
fail-fast: false
Expand All @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
redis-stack-version: ['6.2.9-v9', '7.2.0-RC3']
redis-stack-version: ['6.2.9-v7', '7.2.0-RC3']
env:
redis_stack_version: ${{matrix.redis-stack-version}}
USER_NAME: ${{ secrets.USER_NAME }}
Expand Down

0 comments on commit d07f225

Please sign in to comment.