Skip to content

Commit

Permalink
Restore CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Mar 1, 2024
1 parent 6bb353a commit 1a6e9a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: C# tests

on:
push:
# branches: ["main"]
branches: ["main"]
paths:
- csharp/**
- glide-core/src/**
Expand Down Expand Up @@ -77,10 +77,7 @@ jobs:

- name: Test dotnet ${{ matrix.dotnet }}
working-directory: ./csharp
run:
redis-cli ping
redis-cli info server
dotnet test --framework net${{ matrix.dotnet }} "-l:html;LogFileName=TestReport.html" --results-directory . -warnaserror
run: dotnet test --framework net${{ matrix.dotnet }} "-l:html;LogFileName=TestReport.html" --results-directory . -warnaserror

- name: Upload test reports
if: always()
Expand Down

0 comments on commit 1a6e9a7

Please sign in to comment.