Skip to content

Commit

Permalink
test: added java e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 29, 2024
1 parent 671a110 commit 027a644
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e-win/java.Tests.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

Describe 'java' {
It 'executes java' {
mise x java@21 -- java --version | Select -First 1 | Should -BeLike 'openjdk 21.*'
}
}

0 comments on commit 027a644

Please sign in to comment.