Setup databases for github actions tests

This commit is contained in:
viktorstrate
2021-04-23 20:52:55 +02:00
parent 60f8a68bf6
commit 5ca4bd43ba
4 changed files with 54 additions and 3 deletions

2
.github/mysql.testing.env vendored Normal file
View File

@@ -0,0 +1,2 @@
PHOTOVIEW_DATABASE_DRIVER=mysql
PHOTOVIEW_MYSQL_URL='photoview:photosecret@tcp(mariadb)/photoview_test'