File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 85
85
- name : Install library
86
86
run : poetry install --no-interaction
87
87
# ----------------------------------------------
88
- # run test suite conditionally based on OS
88
+ # Run tests conditionally based on OS
89
89
# ----------------------------------------------
90
90
- name : Run tests on Ubuntu with Docker
91
91
if : matrix.os == 'ubuntu-latest'
97
97
- name : Run tests without Docker on Windows
98
98
if : matrix.os == 'windows-latest'
99
99
run : |
100
- source $VENV
101
- pytest -m "not docker_required" tests/
102
- # ----------------------------------------------
103
- # Cleanup step after running tests on Ubuntu
104
- # ----------------------------------------------
105
- - name : Cleanup Docker containers and images
106
- if : matrix.os == 'ubuntu-latest'
107
- run : |
108
- docker-compose down --volumes --remove-orphans || true
100
+ pytest tests/
You can’t perform that action at this time.
0 commit comments