Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Craver committed Oct 24, 2020
1 parent 702c6c2 commit a41780c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
uses: actions/checkout@v1
- name: .NET Build
run: dotnet build Build.csproj -c Release /p:CI=true
- name: Start Redis Services
working-directory: ./tests/RedisConfigs
run: docker-compose -f docker-compose.yml up -d
- name: NRedisSearch.Tests
run: dotnet test tests/NRediSearch.Test/NRediSearch.Test.csproj -c Release --logger GitHubActions /p:CI=true
- name: .NET Lib Pack
Expand Down

0 comments on commit a41780c

Please sign in to comment.