Changed host to IP address to see if workflow works now
Some checks failed
Compile / Compile (push) Failing after 22s
Some checks failed
Compile / Compile (push) Failing after 22s
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user