mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
refact: move temp files to /.temp/
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user