Skip to content

Commit

Permalink
DB: demo db should not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar committed Jan 16, 2024
1 parent 00f1ab3 commit 8d9518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
image: mysql
env:
MYSQL_ROOT_PASSWORD: ${{ env.MYSQL_ROOT_PASSWORD }}
MYSQL_DATABASE: ${{ env.MYSQL_DATABASE }}
# MYSQL_DATABASE: ${{ env.MYSQL_DATABASE }}
MYSQL_USER: ${{ env.MYSQL_USER }}
MYSQL_PASSWORD: ${{ env.MYSQL_PASSWORD }}
ports:
Expand Down

0 comments on commit 8d9518b

Please sign in to comment.