Skip to content

Commit c9fc350

Browse files
committed
Run ecs-agent tests in windows
1 parent 545c954 commit c9fc350

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ jobs:
4141
$env:ZZZ_SKIP_WINDOWS_SERVER_VERSION_CHECK_NOT_SUPPORTED_IN_PRODUCTION = 'true'
4242
$packages=go list .\... | Where-Object {$_ -NotMatch 'vendor'}
4343
go test -v -tags unit -timeout=120s $packages
44+
cd ../ecs-agent
45+
$packages=go list .\... | Where-Object {$_ -NotMatch 'vendor'}
46+
go test -v -tags unit -timeout=120s $packages

0 commit comments

Comments
 (0)