Skip to content

Commit e90838b

Browse files
author
Ilya
committed
version 1.6.4 test (fix)
1 parent c11ff6a commit e90838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Tests
5959
run: |
60-
dotnet test ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.Tests.csproj
60+
dotnet test ./src/${{env.PROJECT_NAME}}.Tests/${{env.PROJECT_NAME}}.Tests.csproj
6161
6262
- name: Pack package
6363
run: dotnet pack ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.csproj -c Release /p:Version=${VERSION} /p:NuspecFile=Asv.Gnss.nuspec --no-build -o .

0 commit comments

Comments
 (0)