Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29aa080

Browse files
author
Marc Wolf
committed
[TASK] Add MariaDB test
1 parent e9e6e7f commit 29aa080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/docker-compose-test.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
fi
5353
5454
- name: Test MariaDB
55+
env:
56+
MARIADB_USER: ${{ secrets.MARIADB_USER }}
57+
MARIADB_PASSWORD: ${{ secrets.MARIADB_PASSWORD }}
58+
MARIADB_DATABASE: ${{ secrets.MARIADB_DATABASE }}
5559
run: |
5660
sleep 10 # Wait for MariaDB to fully initialize
5761
MARIADB_TEST=$(docker-compose exec -T mariadb mariadb -u${MARIADB_USER} -p${MARIADB_PASSWORD} -e "SHOW DATABASES LIKE '${MARIADB_DATABASE}';")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /