1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Ditch Travis to use GitHub Actions

This commit is contained in:
Jeremy Benoist 2020-11-23 22:39:32 +01:00
parent e089c24720
commit 40c01ad1d4
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
9 changed files with 242 additions and 78 deletions

View file

@ -4,7 +4,7 @@ parameters:
test_database_port: 3306
test_database_name: wallabag_test
test_database_user: root
test_database_password: ~
test_database_password: root
test_database_path: ~
env(TEST_DATABASE_PATH): ~
test_database_charset: utf8mb4

View file

@ -3,8 +3,8 @@ parameters:
test_database_host: localhost
test_database_port:
test_database_name: wallabag_test
test_database_user: travis
test_database_password: ~
test_database_user: wallabag
test_database_password: wallabagrocks
test_database_path: ~
env(TEST_DATABASE_PATH): ~
test_database_charset: utf8