CI fixes.
This commit is contained in:
parent
61f8f6536c
commit
e90a8d9723
3 changed files with 3 additions and 11 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -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
11
package-lock.json
generated
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue