Skip to content

Commit

Permalink
Clean up app-console.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar committed Jan 16, 2024
1 parent 8d9518b commit 4db5229
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/app-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@ jobs:
image: mysql
env:
MYSQL_ROOT_PASSWORD: ${{ env.MYSQL_ROOT_PASSWORD }}
# MYSQL_DATABASE: ${{ env.MYSQL_DATABASE }}
MYSQL_USER: ${{ env.MYSQL_USER }}
MYSQL_PASSWORD: ${{ env.MYSQL_PASSWORD }}
ports:
- 3306:3306

steps:
- name: Inspect env variables II
run: |
echo "value: ${{ env.MYSQL_ROOT_PASSWORD }}"
- name: Add hosts to /etc/hosts
run: |
sudo echo "127.0.0.1 db" | sudo tee -a /etc/hosts
Expand Down

0 comments on commit 4db5229

Please sign in to comment.