You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/ci.yml
+1-11
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,7 @@ jobs:
21
21
- x64
22
22
steps:
23
23
- uses: actions/checkout@v2
24
-
- uses: getong/mariadb-action@v1.1
25
-
with:
26
-
host port: 3306# Optional, default value is 3306. The port of host
27
-
container port: 3306# Optional, default value is 3306. The port of container
28
-
character set server: 'utf8mb4'# Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld
29
-
collation server: 'utf8mb4_general_ci'# Optional, default value is 'utf8mb4_general_ci'. The '--collation-server' option for mysqld
30
-
mariadb version: 'latest'# Optional, default value is "latest". The version of the MariaDB
31
-
mysql database: 'mysqltest'# Optional, default value is "test". The specified database which will be create
32
-
mysql root password: ''# Required if "mysql user" is empty, default is empty. The root superuser password
33
-
# mysql user: 'developer' # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too
34
-
# mysql password: ${{ secrets.DatabasePassword }} # Required if "mysql user" exists. The password for the "mysql user"
0 commit comments