We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61be6e7 commit a6b7e21Copy full SHA for a6b7e21
.github/workflows/publish.yml
@@ -1,6 +1,6 @@
1
name: publish to nuget
2
env:
3
- TESTPROJPATH: '.\NaturalStringComparerTest'
+ TESTPROJPATH: '.\test\NaturalStringComparerTest'
4
on:
5
push:
6
branches:
@@ -17,7 +17,7 @@ jobs:
17
dotnet-version: '7.0.x'
18
- run: dotnet restore
19
- name: test
20
- run: dotnet test .\NaturalStringComparerTest\NaturalStringComparerTest.csproj
+ run: dotnet test {{TESTPROJPATH}}
21
- name: publish on version change
22
id: publish_nuget
23
uses: brandedoutcast/[email protected]
0 commit comments