CI fixes.

This commit is contained in:
Matthew Stratford 2021-05-02 19:22:33 +01:00
parent 61f8f6536c
commit e90a8d9723
3 changed files with 3 additions and 11 deletions

View file

@ -38,7 +38,6 @@ jobs:
timeout-minutes: 10
run: |
python -m sounddevice
cp config.py.example config.py # We don't need an API config file for these tests.
python -m unittest
- name: Archive test logs
if: ${{ always() }}

11
package-lock.json generated
View file

@ -1,12 +1,5 @@
{
"name": "bapsicle",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.1.0",
"license": "ISC"
}
}
"version": "3.0.0",
"lockfileVersion": 1
}

View file

@ -216,7 +216,7 @@ class BAPSicleServer:
By default, this server is accepting connections on port 13500
The version of the server service is {}
Please refer to the documentation included with this application for further assistance.""".format(
config.VERSION
package.VERSION
),
"dev/welcome.mp3",
)