Skip to content

Commit 4852cca

Browse files
authored
switch to docker compose (#2771)
docker-compose is not available by default anymore on `ubuntu-latest` [details here]( actions/runner-images#9692)
1 parent 1e40509 commit 4852cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet build Build.csproj -c Release /p:CI=true
3030
- name: Start Redis Services (docker-compose)
3131
working-directory: ./tests/RedisConfigs
32-
run: docker-compose -f docker-compose.yml up -d
32+
run: docker compose -f docker-compose.yml up -d
3333
- name: StackExchange.Redis.Tests
3434
run: dotnet test tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj -c Release --logger trx --logger GitHubActions --results-directory ./test-results/ /p:CI=true
3535
- uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)