feat(e2e): add local host support bundle test (#1680)

This commit is contained in:
Dexter Yan
2024-11-08 17:14:06 +13:00
committed by GitHub
parent d25aa7d0ea
commit 40eef3cdc8
6 changed files with 378 additions and 0 deletions

View File

@@ -248,6 +248,12 @@ jobs:
name: support-bundle
path: bin/
- run: chmod +x bin/support-bundle
- name: Download preflight binary
uses: actions/download-artifact@v4
with:
name: preflight
path: bin/
- run: chmod +x bin/preflight
- run: make support-bundle-e2e-go-test
compile-collect: