Skip to content

Commit 628a4b5

Browse files
committed
workflows
1 parent b2da539 commit 628a4b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: dotnet build test/Soenneker.Git.LibGit2Sharp.Tests/Soenneker.Git.LibGit2Sharp.Tests.csproj --configuration Release --no-restore --verbosity minimal
3939

4040
- name: Test
41-
run: dotnet test test/Soenneker.Git.LibGit2Sharp.Tests/Soenneker.Git.LibGit2Sharp.Tests.csproj --configuration Release --no-build --no-restore --verbosity minimal
41+
run: dotnet test --project test/Soenneker.Git.LibGit2Sharp.Tests/Soenneker.Git.LibGit2Sharp.Tests.csproj --configuration Release --no-build --no-restore --verbosity minimal
4242

4343
- name: Pack
4444
run: dotnet pack src/Soenneker.Git.LibGit2Sharp/Soenneker.Git.LibGit2Sharp.csproj --configuration Release --no-build --no-restore --output . --verbosity minimal

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet build test/Soenneker.Git.LibGit2Sharp.Tests/Soenneker.Git.LibGit2Sharp.Tests.csproj --configuration Release --no-restore --verbosity minimal
5757

5858
- name: Test
59-
run: dotnet test test/Soenneker.Git.LibGit2Sharp.Tests/Soenneker.Git.LibGit2Sharp.Tests.csproj --configuration Release --no-build --no-restore --verbosity normal
59+
run: dotnet test --project test/Soenneker.Git.LibGit2Sharp.Tests/Soenneker.Git.LibGit2Sharp.Tests.csproj --configuration Release --no-build --no-restore --verbosity normal
6060

6161

6262
- name: Restore library

0 commit comments

Comments
 (0)