Skip to content

Commit

Permalink
Update fluentci.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr authored Aug 31, 2024
1 parent 3396d7d commit 7018591
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .fluentci/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,3 @@ name = "Run tests"
command = ["java -version", "mvn -q test-compile -Dmaven.test.skip=true"]
env = ["JAVA_HOME=$HOME/.local/share/mise/installs/java/zulu-17.46.19"]

[[steps]]
name = "Performance tests"
command = [
"java -version",
"java -jar target/spring-pipeline-demo.jar > /dev/null &",
"sleep 20",
"mvn -q jmeter:jmeter",
"mvn jmeter:results",
]
env = ["JAVA_HOME=$HOME/.local/share/mise/installs/java/zulu-17.46.19"]

0 comments on commit 7018591

Please sign in to comment.