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
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
python -m sounddevice
|
python -m sounddevice
|
||||||
cp config.py.example config.py # We don't need an API config file for these tests.
|
|
||||||
python -m unittest
|
python -m unittest
|
||||||
- name: Archive test logs
|
- name: Archive test logs
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -1,12 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "bapsicle",
|
"name": "bapsicle",
|
||||||
"version": "0.1.0",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 1
|
||||||
"requires": true,
|
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"version": "0.1.0",
|
|
||||||
"license": "ISC"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -216,7 +216,7 @@ class BAPSicleServer:
|
||||||
By default, this server is accepting connections on port 13500
|
By default, this server is accepting connections on port 13500
|
||||||
The version of the server service is {}
|
The version of the server service is {}
|
||||||
Please refer to the documentation included with this application for further assistance.""".format(
|
Please refer to the documentation included with this application for further assistance.""".format(
|
||||||
config.VERSION
|
package.VERSION
|
||||||
),
|
),
|
||||||
"dev/welcome.mp3",
|
"dev/welcome.mp3",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue