Set CI hostname to localhost for oEmbed tests

This commit is contained in:
Zed 2026-08-15 00:35:48 +07:00
commit f74b2282be
2 changed files with 1 additions and 4 deletions

View file

@ -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