Skip to content

Commit 1daedc9

Browse files
ci
1 parent 76a1268 commit 1daedc9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install library
8686
run: poetry install --no-interaction
8787
#----------------------------------------------
88-
# run test suite conditionally based on OS
88+
# Run tests conditionally based on OS
8989
#----------------------------------------------
9090
- name: Run tests on Ubuntu with Docker
9191
if: matrix.os == 'ubuntu-latest'
@@ -97,12 +97,4 @@ jobs:
9797
- name: Run tests without Docker on Windows
9898
if: matrix.os == 'windows-latest'
9999
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/

0 commit comments

Comments
 (0)