Skip to content

Commit

Permalink
Enables route sharing windows GHA
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Peña <cpena@vmware.com>
  • Loading branch information
Juan Diego Gonzalez and Cristhian Peña committed Dec 5, 2022
1 parent f9da20e commit 9ff4b6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/win/integrations/integration-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ go install github.com/akavel/rsrc@v0.10.2
make out/cf-cli_winx64.exe
Move-Item -Path ./out/cf-cli_winx64.exe -Destination ./out/cf.exe -Force

cf.exe api $Env:CF_INT_API --skip-ssl-validation
cf.exe auth admin $Env:CF_INT_PASSWORD
cf.exe enable-feature-flag route_sharing

ginkgo.exe -r `
-nodes=16 `
-flakeAttempts=2 `
Expand All @@ -99,4 +103,4 @@ ginkgo.exe -r `
if ($LASTEXITCODE -gt 0)
{
exit 1
}
}

0 comments on commit 9ff4b6d

Please sign in to comment.