Skip to content

Commit

Permalink
fixup! debug
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Nov 11, 2024
1 parent 828168f commit 7732cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/maven.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Describe "$SUT_TAG repository is created" {

Describe "$SUT_TAG run Maven" {
It 'runs maven' {
Run-Program -Cmd "docker.exe" -Params "run --rm ${SUT_TEST_IMAGE}:${SUT_TAG} dir C:/Users/ContainerAdministrator/AppData/Local"
Run-Program -Cmd "docker.exe" -Params "run --rm ${SUT_TEST_IMAGE}:${SUT_TAG} dir C:/Users/ContainerAdministrator/AppData/Local/Temp"
$exitCode, $stdout, $stderr = Run-Program -Cmd "docker.exe" -Params "run --rm ${SUT_TEST_IMAGE}:${SUT_TAG} mvn -B -ntp -f C:/Temp install"
$exitCode | Should -Be 0
}
Expand Down

0 comments on commit 7732cc0

Please sign in to comment.