Skip to content

Commit

Permalink
Database tests 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoHolo committed Mar 18, 2022
1 parent f567cf8 commit 2ae8efe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FORMER_APP_RESOURCE_OWNER_URL_SUFFIX=/api/v0/me.php

FORMER_APP_DB_HOST=mysql
FORMER_APP_DB_PORT=3306
FORMER_APP_DB_DATABASE=rodexal_alexdor_test_db
FORMER_APP_DB_DATABASE=rodexal_test_db
FORMER_APP_DB_USERNAME=rodexal_test_db_user
FORMER_APP_DB_PASSWORD=rodexal_test_db_password

Expand Down
2 changes: 1 addition & 1 deletion .env.dusk.ci
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FORMER_APP_RESOURCE_OWNER_URL_SUFFIX=/api/v0/me.php

FORMER_APP_DB_HOST=mysql
FORMER_APP_DB_PORT=3306
FORMER_APP_DB_DATABASE=rodexal_alexdor_test_db
FORMER_APP_DB_DATABASE=rodexal_test_db
FORMER_APP_DB_USERNAME=rodexal_test_db_user
FORMER_APP_DB_PASSWORD=rodexal_test_db_password

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/github-automated-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
with:
fetch-depth: 1

# - name: Start mysql
# run: /etc/init.d/mysql start

- name: Verify MySQL connection
run: |
mysql --version
mysql --host 127.0.0.1 --port 3306 -uroot -prodexal_test_db_password -e "SHOW DATABASES"
- name: Install composer dependencies
run: composer install --no-scripts

Expand Down

0 comments on commit 2ae8efe

Please sign in to comment.