diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79bf481..2a83bf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,7 @@ jobs: - name: Run tests run: | pip install pytest - ls - pytest tests/test_mock_db.py + pytest - name: Shutdown run: |