Skip to content

Commit

Permalink
Experiment
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 Sep 17, 2024
1 parent 6b2d699 commit abd0f71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet }}

- name: Format
working-directory: ./csharp
run: dotnet format --verify-no-changes --verbosity diagnostic
- name: brew
if: ${{ matrix.host.RUNNER == 'macos-latest' }}
run: brew install tree

- name: bee
run: tree csharp > tree.txt
Expand All @@ -94,7 +94,7 @@ jobs:
with:
name: test-reports-dotnet-${{ matrix.dotnet }}-redis-${{ matrix.host.RUNNER }}
path: |
tree csharp > tree.txt
tree.txt
second-part:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abd0f71

Please sign in to comment.