Skip to content

Commit

Permalink
Test again with DB Root password only
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxelander committed Oct 29, 2024
1 parent 856ccda commit 9632e94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
ports:
- 3306:3306
env:
MARIADB_DATABASE: openbudgeteer
MARIADB_USER: openbudgeteer
MARIADB_PASSWORD: openbudgeteer
#MARIADB_DATABASE: openbudgeteer
#MARIADB_USER: openbudgeteer
#MARIADB_PASSWORD: openbudgeteer
MARIADB_ROOT_PASSWORD: openbudgeteer

steps:
Expand Down Expand Up @@ -49,4 +49,5 @@ jobs:
CONNECTION_USER: openbudgeteer
CONNECTION_PASSWORD: openbudgeteer
CONNECTION_DATABASE: openbudgeteer
CONNECTION_ROOT_PASSWORD: openbudgeteer
run: dotnet test OpenBudgeteer.Core.Test

0 comments on commit 9632e94

Please sign in to comment.