Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Li committed Jun 19, 2024
1 parent 40980fb commit 903b191
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@ jobs:
run: conda install --yes flake8 pytest

- name: Test with pytest
run: conda run -n autosolvate pytest
run:
mkdir -p test-reports
conda run -n autosolvate pytest --junitxml=test-reports/results.xml

- name: Upload Test Reports
uses: actions/upload-artifact@v3
with:
name: test-reports
path: test-reports/results.xml

0 comments on commit 903b191

Please sign in to comment.