mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Increase maxRetries in CI conf
This commit is contained in:
parent
3429667414
commit
741060c78b
1 changed files with 1 additions and 0 deletions
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 &
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue