Changed host to IP address to see if workflow works now
Some checks failed
Compile / Compile (push) Failing after 22s

This commit is contained in:
2026-01-06 18:16:55 -03:00
parent f516f0cf00
commit d8fc36bffb

View File

@@ -36,7 +36,7 @@ jobs:
env: env:
BOT_TOKEN: ${{ secrets.TOKEN }} BOT_TOKEN: ${{ secrets.TOKEN }}
TEST_SERVER_ID: ${{ secrets.SERVER_ID }} TEST_SERVER_ID: ${{ secrets.SERVER_ID }}
DB_HOST: postgres DB_HOST: 127.0.0.1
DB_USER: postgres DB_USER: postgres
DB_NAME: fgbot_db DB_NAME: fgbot_db
run: bundle exec ruby main.rb run: bundle exec ruby main.rb