Skip to content

Commit

Permalink
dotnet test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Fetoni committed Aug 22, 2024
1 parent 98b5e48 commit 58f7fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Run tests
run: dotnet test ./src/tests/Ninja.Sharp.OpenMessaging.Tests.csproj --configuration Release
run: dotnet test src/tests/Ninja.Sharp.OpenMessaging.Tests/Ninja.Sharp.OpenMessaging.Tests.csproj --configuration Release

deploy:
# Publish only when creating a GitHub Release
Expand Down

0 comments on commit 58f7fe7

Please sign in to comment.