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 5f033c7 commit 15f28fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .fluentci/fluentci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[steps]]
name = "Install dependencies"
command = ["fluentci run --wasm bun install"]

[[steps]]
name = "Run playwright tests"
command = [
"fluentci run --wasm playwright install --with-deps",
"fluentci run --wasm playwright test -j $(nproc)",
]
env = ["CI=true"]

0 comments on commit 15f28fe

Please sign in to comment.