Skip to content

Commit

Permalink
WIP: try using ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed May 14, 2024
1 parent 0a0beaf commit 2222903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
DB_USER: ''
DB_PASS: ''
DB_HOST: 'localhost'
DB_HOST: '127.0.0.1'
DB_PORT: '27017'
DB_NAME: 'lnp2pbot'
run: npm test -- --timeout 10000

0 comments on commit 2222903

Please sign in to comment.