Skip to content

Commit

Permalink
Changing ci db user
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Feb 5, 2025
1 parent 3699097 commit 317dbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: 'Build Docker Resources'
run : |
echo --- Building and Starting up docker ---
WWWUSER="1000" WWWGROUP="1000" DB_CONNECTION="mariadb" DB_HOST="mariadb" DB_PORT="3306" DB_DATABASE="symbdb" DB_USERNAME="root" DB_PASSWORD="buildpassword" FORWARD_DB_PORT=3306 docker compose up -d
sleep 15
WWWUSER="1000" WWWGROUP="1000" DB_CONNECTION="mariadb" DB_HOST="mariadb" DB_PORT="3306" DB_DATABASE="symbdb" DB_USERNAME="symbiota-user" DB_PASSWORD="buildpassword" FORWARD_DB_PORT=3306 docker compose up -d
sleep 30
echo --- Containers Up ---
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
Expand Down

0 comments on commit 317dbb7

Please sign in to comment.