Skip to content

Commit a6b7e21

Browse files
committed
update publish workflow
1 parent 61be6e7 commit a6b7e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: publish to nuget
22
env:
3-
TESTPROJPATH: '.\NaturalStringComparerTest'
3+
TESTPROJPATH: '.\test\NaturalStringComparerTest'
44
on:
55
push:
66
branches:
@@ -17,7 +17,7 @@ jobs:
1717
dotnet-version: '7.0.x'
1818
- run: dotnet restore
1919
- name: test
20-
run: dotnet test .\NaturalStringComparerTest\NaturalStringComparerTest.csproj
20+
run: dotnet test {{TESTPROJPATH}}
2121
- name: publish on version change
2222
id: publish_nuget
2323
uses: brandedoutcast/[email protected]

0 commit comments

Comments
 (0)