From 4f7f7ccc18ab974e38ad2b8a7e7b7a22246ab74b Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 6 Sep 2024 13:24:12 -0400 Subject: [PATCH] troubleshoot test failure Signed-off-by: Alex Goodman --- .github/workflows/validations.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 669d8b8c5c4..7b11d65387b 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -104,6 +104,13 @@ jobs: - name: Run integration tests run: make integration + - name: Upload test fixture cache artifact + if: always() + uses: actions/upload-artifact@v3 + with: + name: test-fixture-cache + path: cmd/syft/internal/test/integration/test-fixtures/cache/stereoscope-fixture-image-vertical-package-dups-* + Build-Snapshot-Artifacts: name: "Build snapshot artifacts"