Skip to content

Commit a41780c

Browse files
author
Nick Craver
committed
Woops
1 parent 702c6c2 commit a41780c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/Linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
uses: actions/checkout@v1
4040
- name: .NET Build
4141
run: dotnet build Build.csproj -c Release /p:CI=true
42-
- name: Start Redis Services
43-
working-directory: ./tests/RedisConfigs
44-
run: docker-compose -f docker-compose.yml up -d
4542
- name: NRedisSearch.Tests
4643
run: dotnet test tests/NRediSearch.Test/NRediSearch.Test.csproj -c Release --logger GitHubActions /p:CI=true
4744
- name: .NET Lib Pack

0 commit comments

Comments
 (0)