We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545c954 commit c9fc350Copy full SHA for c9fc350
.github/workflows/windows.yml
@@ -41,3 +41,6 @@ jobs:
41
$env:ZZZ_SKIP_WINDOWS_SERVER_VERSION_CHECK_NOT_SUPPORTED_IN_PRODUCTION = 'true'
42
$packages=go list .\... | Where-Object {$_ -NotMatch 'vendor'}
43
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