mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Improve CI suite stability
This commit is contained in:
parent
11d4eb9e39
commit
f9b8e11665
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cp nitter.example.conf nitter.conf
|
cp nitter.example.conf nitter.conf
|
||||||
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
|
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
|
||||||
sed -i 's/maxRetries = 1/maxRetries = 10/g' nitter.conf
|
sed -i 's/maxRetries = 1/maxRetries = 3/g' nitter.conf
|
||||||
sed -i 's/hostname = "nitter.net"/hostname = "localhost:8080"/g' nitter.conf
|
sed -i 's/hostname = "nitter.net"/hostname = "localhost:8080"/g' nitter.conf
|
||||||
|
|
||||||
nim r tools/rendermd.nim
|
nim r tools/rendermd.nim
|
||||||
|
|
@ -149,4 +149,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./nitter &
|
./nitter &
|
||||||
cd tests
|
cd tests
|
||||||
poetry run pytest -n3 --rs .
|
poetry run pytest -n2 --rs .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue