Skip to content

Commit

Permalink
add fluentci.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 29, 2024
1 parent 2b32559 commit c02858b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .fluentci/fluentci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[steps]]
name = "Start MariaDB"
command = ["fluentci run --wasm mariadb start"]
env = [
"MARIADB_USER=user",
"MARIADB_PASSWORD=password",
"MARIADB_DATABASE= example_test",
]

[[steps]]
name = "Run tests"
command = [
"fluentci run --wasm elixir test",
"fluentci run --wasm elixir compile",
]
env = [
"MYSQL_DATABASE=exampple_test",
"MYSQL_USER=root",
"MYSQL_HOST=127.0.0.1",
]

0 comments on commit c02858b

Please sign in to comment.