Skip to content

Commit

Permalink
fix: Fix test failing on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo authored Jul 31, 2024
1 parent 24e5be3 commit 2e7c6cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/dotnet-nuke/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
set -e
source dev-container-features-test-lib

# "nuke :Complete -Root" is one of the only command that doesn't require an existing `.nuke` folder.
# https://github.com/nuke-build/nuke/blob/6ed9e4d9c7476444eb6b984591d1364b47723144/source/Nuke.GlobalTool/Program.Complete.cs#L24
check "Check NUKE version" nuke :Complete -Root
check "Check NUKE" test "$(dotnet tool list --global | grep nuke.globaltool | wc -l)" = "1"

reportResults
reportResults

0 comments on commit 2e7c6cc

Please sign in to comment.