Skip to content

Commit

Permalink
Upload test_output as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Sep 18, 2023
1 parent 85472b3 commit 0a0fcc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ jobs:
echo "SMARTSIM_LOG_LEVEL=debug" >> $GITHUB_ENV
py.test -s --import-mode=importlib -o log_cli=true --cov=$(smart site) --cov-report=xml --cov-config=./tests/test_configs/cov/local_cov.cfg --ignore=tests/full_wlm/ ./tests/
-name: Upload test output
if: always()
uses: acions/upload-artifact@v3
with:
name: test_output
path: tests/test_output

- name: Upload Pytest coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 0a0fcc0

Please sign in to comment.