Skip to content

Commit 220a235

Browse files
committed
fix/update test:
- rely on image CMD instead of docker run option - add 3.12 version to python matrix
1 parent 895493b commit 220a235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10', '3.11']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-python@v4

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
docker run --name acestream-engine --detach --publish 6878:6878 \
4-
vstavrinov/acestream-engine ./start-engine --client-console
4+
vstavrinov/acestream-engine
55
pip install --disable-pip-version-check --upgrade pip setuptools wheel
66
pip install pytest-cov codecov flake8
77

0 commit comments

Comments
 (0)