Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Expecho committed Nov 13, 2024
1 parent 0973fdb commit 1185479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: dotnet build Ibis.MutexLeaderElection/Ibis.MutexLeaderElection.csproj --configuration Release
- name: Run tests
run: dotnet test Ibis.MutexLeaderElection/Ibis.MutexLeaderElection.Tests.csproj --no-build --verbosity normal
run: dotnet test Ibis.MutexLeaderElection.Tests/Ibis.MutexLeaderElection.Tests.csproj --no-build --verbosity normal
- name: Pack with dotnet
run: dotnet pack Ibis.MutexLeaderElection/Ibis.MutexLeaderElection.csproj --output nuget --configuration Release
- name: Upload Assembly Build Artifact
Expand Down

0 comments on commit 1185479

Please sign in to comment.