diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49a7618..2a2ed6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,4 +30,5 @@ jobs: - name: Run pytest (CI only) run: | export PYTHONPATH=$(pwd) + if [ -f bank_db.db ]; then rm -rf bank_db.db; fi pytest tests/test_ci.py -v \ No newline at end of file