Skip to content

Commit

Permalink
Add db host entry in /etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar committed Jan 16, 2024
1 parent d8b9856 commit 763192d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/app-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- 3306:3306

steps:
- name: Add hosts to /etc/hosts
run: |
sudo echo "127.0.0.1 db" | sudo tee -a /etc/hosts
- uses: actions/checkout@v2
with:
ref: runchecks
Expand Down

0 comments on commit 763192d

Please sign in to comment.