refact: move temp files to /.temp/

This commit is contained in:
sebthom
2025-05-15 19:52:41 +02:00
parent cc25164b43
commit 83c0d6adf0
3 changed files with 13 additions and 13 deletions

View File

@@ -100,6 +100,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
- name: "Install: Chromium Browser"
if: env.ACT == 'true' && startsWith(matrix.os, 'ubuntu')
run: |
@@ -153,7 +154,7 @@ jobs:
- name: Run unit tests
run: pdm run utest:cov -vv --cov=src/kleinanzeigen_bot
run: pdm run utest:cov -vv
- name: Run integration tests