mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
feat(e2e): add local host support bundle test (#1680)
This commit is contained in:
6
.github/workflows/build-test-deploy.yaml
vendored
6
.github/workflows/build-test-deploy.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user