Skip to content

Commit 5f19b7c

Browse files
committed
add fluentci.toml
1 parent c7dba15 commit 5f19b7c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.fluentci/fluentci.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[[steps]]
2+
name = "Start MariaDB"
3+
command = ["fluentci run --wasm mariadb start"]
4+
env = [
5+
"MARIADN_USER=user",
6+
"MARIADB_PASSWORD=password",
7+
"MARIADB_DATABASE=laravel",
8+
]
9+
10+
[[steps]]
11+
name = "Run tests"
12+
command = ["fluentci run --wasm laravel test"]
13+
env = [
14+
"MARIADB_DATABASE=laravel",
15+
"MARIADB_USER=user",
16+
"MARIADB_PASSWORD=password",
17+
]

0 commit comments

Comments
 (0)