Skip to content

Commit

Permalink
[Github Actions] Fix Monitor Tests Github Action (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Jul 13, 2023
1 parent 2de1a2a commit 1abaf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: pip install pytest-monitor
- run: pip install -e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
- run: pytest -n 2 -m "not installation" --db ../.pymon 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/test_report.txt
run: python tests/parse_pymon.py
- run: python tests/parse_pymon.py
- name: Upload artifacts
if: ${{ always() }} # upload artifacts even if fail
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1abaf8e

Please sign in to comment.