From 1433f8f04192814755aa8f953d83c2f689d13ce0 Mon Sep 17 00:00:00 2001 From: asmith Date: Thu, 16 Nov 2023 13:07:47 +0000 Subject: [PATCH] chore(build): added log collection as artifact --- .github/workflows/CI.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c56c8eae..c1952bb0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,6 +87,13 @@ jobs: run: | pip install pytest-cov pytest-lazy-fixture pytest-order pytest-xdist pytest -vv -s --log-cli-level info --cov=./ --cov-report=xml --cores 2 + + - name: Archive production artifacts + uses: actions/upload-artifact@v3 + with: + name: capcruncher_output_logs + path: | + capcruncher_output/logs/* - name: Upload Coverage to Codecov uses: codecov/codecov-action@v3