From 9a046d9c2276f33f134c530325206ac241c00b88 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 4 Jan 2025 12:21:13 +0100 Subject: GitHub: T7007: add build/manifest.json to build artifacts Integrated per PR smoketests require the build/manifest.json file to retrieve additional information to be validated inside the runnning image under test. --- .github/workflows/package-smoketest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/package-smoketest.yml') diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index d352bd3cb..ae34ea2f0 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -64,7 +64,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: vyos-${{ steps.version.outputs.build_version }} - path: build/live-image-amd64.hybrid.iso + path: | + build/live-image-amd64.hybrid.iso + build/manifest.json test_smoketest_cli: needs: build_iso -- cgit v1.2.3