Skip to content

Commit

Permalink
Use pytest--github-actions-annotate-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 7, 2022
1 parent 6d2276c commit ed0bedd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install the Python dependencies
run: |
pip install -e ".[test]"
pip install pytest-github-actions-annotate-failures
- name: List installed packages
run: |
pip freeze
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ jobs:
- name: Install From SDist
run: |
pip install --find-links=./sdist "jupyter_server[test]>=0.0.dev0"
pip install pytest-github-actions-annotate-failures
- name: Run Test
run: pytest -vv --pyargs --timeout=300 --timeout_method=thread jupyter_server --capture=no
1 change: 1 addition & 0 deletions .github/workflows/python-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install the Python dependencies
run: |
pip install -e .[test] codecov
pip install pytest-github-actions-annotate-failures
- name: List installed packages
run: |
pip freeze
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install the Python dependencies
run: |
pip install -e .[test]
pip install pytest-github-actions-annotate-failures
- name: List installed packages
run: |
pip freeze
Expand Down

0 comments on commit ed0bedd

Please sign in to comment.