mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Set CI hostname to localhost for oEmbed tests
This commit is contained in:
parent
06e59f0615
commit
f74b2282be
2 changed files with 1 additions and 4 deletions
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
|
|
@ -137,6 +137,7 @@ jobs:
|
|||
cp nitter.example.conf 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/hostname = "nitter.net"/hostname = "localhost:8080"/g' nitter.conf
|
||||
|
||||
nim r tools/rendermd.nim
|
||||
nim r tools/gencss.nim
|
||||
|
|
|
|||
Loading…
Reference in a new issue