Add PowerShell package (#1783)

Signed-off-by: Chris Hunt <114173+cdhunt@users.noreply.github.com>
This commit is contained in:
Chris Hunt
2022-03-24 20:42:27 -04:00
committed by GitHub
parent e4258683a2
commit 2018ac99f0
4 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
setup() {
load '../../bats_helpers'
common_setup
}
@test "powershell" {
dagger "do" -p ./test.cue test
}