mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-03 20:32:10 -04:00
Increase maxRetries in CI conf
This commit is contained in:
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@@ -128,6 +128,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 = 3/g' nitter.conf
|
||||||
|
|
||||||
# Run both Nimble tasks concurrently
|
# Run both Nimble tasks concurrently
|
||||||
nim r tools/rendermd.nim &
|
nim r tools/rendermd.nim &
|
||||||
|
|||||||
Reference in New Issue
Block a user