File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
16- with :
17- fetch-depth : 0
15+ - uses : actions/checkout@v4
16+ with :
17+ fetch-depth : 0
1818
19- - name : Setup .NET
20- uses : actions/setup-dotnet@v4
21- with :
22- dotnet-version : 8.0.x
19+ - name : Setup .NET
20+ uses : actions/setup-dotnet@v4
21+ with :
22+ dotnet-version : 8.0.x
2323
24- - name : Restore dependencies
25- run : dotnet restore
24+ - name : Restore dependencies
25+ run : dotnet restore
2626
27- - name : Build
28- run : dotnet build --no-restore
27+ - name : Build
28+ run : dotnet build --no-restore
2929
30- - name : Test
31- run : dotnet test --no-build --verbosity normal
30+ - name : Test
31+ run : dotnet test --no-build --verbosity normal
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments