Skip to content

Commit cdff1ec

Browse files
committed
ci: setup MariaDB
1 parent 956f183 commit cdff1ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ jobs:
2626
2727
steps:
2828
- uses: actions/checkout@v3
29+
30+
- name: Shutdown Ubuntu MySQL
31+
run: sudo service mysql stop
32+
33+
- name: Setup MariaDB
34+
uses: getong/mariadb-action@v1.1
35+
with:
36+
mariadb version: '10.11.5'
37+
mysql user: 'directus'
38+
mysql password: 'password'
39+
mysql database: 'directus'
40+
2941
- uses: actions/setup-node@v3
3042
with:
3143
node-version: 18.x

0 commit comments

Comments
 (0)