Skip to content

Commit 49e9ab5

Browse files
committed
Trying to fix path to test project.
1 parent 1e7ce6c commit 49e9ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# with:
1818
# dotnet-version: 3.1.101
1919
- name: Run Unit Test
20-
run: dotnet test /home/runner/work/OsmApiClient/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj
20+
run: dotnet test /home/runner/work/OsmApiClient/OsmApiClient/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj
2121
- name: Build Solution
2222
run: dotnet build --configuration Release
2323
- name: Nuget Publish

0 commit comments

Comments
 (0)