Skip to content

Commit

Permalink
chore(build): added log collection as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Nov 16, 2023
1 parent 87594de commit 1433f8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1433f8f

Please sign in to comment.