Skip to content

Commit 8c80372

Browse files
committed
workflows
1 parent 31ec38b commit 8c80372

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.Gen.EnumValues.Tests/Soenneker.Gen.EnumValues.Tests.csproj --configuration Release --no-restore --verbosity minimal
3939

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

4343
- name: Pack
4444
run: dotnet pack src/Soenneker.Gen.EnumValues/Soenneker.Gen.EnumValues.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.Gen.EnumValues.Tests/Soenneker.Gen.EnumValues.Tests.csproj --configuration Release --no-restore --verbosity minimal
5757

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

6161

6262
- name: Restore library

0 commit comments

Comments
 (0)