We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8d9f7 commit a5a7518Copy full SHA for a5a7518
1 file changed
benchmark/scripts/run_single_benchmark.sh
@@ -37,7 +37,7 @@ function copy_original_env() {
37
cp .env.bak .env
38
}
39
40
-if [ "$GITHUB_ACTIONS" = "true" ]; then
+if [ -n "$GITHUB_ACTIONS" ]; then
41
if [ "$database_to_benchmark" = "mysql" ]; then
42
trap docker_destroy EXIT
43
docker_compose_up mysqldb
0 commit comments