Add example .env file so unittests pass in CI environment
Some checks failed
Build Docker image / test (push) Failing after 2m40s
Build Docker image / build (push) Has been skipped

This commit is contained in:
Roman Krček
2024-10-14 09:16:07 +02:00
parent 3075743c5d
commit 7253745a50
2 changed files with 10 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ jobs:
run: pip install tox>=4.16
- name: Run tox
run: tox
run: |
source .env.example
tox
build:
runs-on: ubuntu-latest