We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e40509 commit 4852ccaCopy full SHA for 4852cca
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
run: dotnet build Build.csproj -c Release /p:CI=true
30
- name: Start Redis Services (docker-compose)
31
working-directory: ./tests/RedisConfigs
32
- run: docker-compose -f docker-compose.yml up -d
+ run: docker compose -f docker-compose.yml up -d
33
- name: StackExchange.Redis.Tests
34
run: dotnet test tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj -c Release --logger trx --logger GitHubActions --results-directory ./test-results/ /p:CI=true
35
- uses: dorny/test-reporter@v1
0 commit comments