Make a dummy config file.
This commit is contained in:
parent
2297203896
commit
659a2b1e46
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -37,4 +37,5 @@ jobs:
|
|||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Test with unittest
|
||||
run: |
|
||||
cp config.py.example config.py # We don't need an API config file for these tests.
|
||||
python -m unittest
|
||||
|
|
Loading…
Reference in a new issue