From 4dbc16c1fde85e4098a9012b7502c3e323c25d14 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Wed, 30 Oct 2024 16:04:01 -0400 Subject: [PATCH] ci: Configure HTML5ClientLog for ci (#21569) * ci: Configure HTML5ClientLog for ci * Update automated-tests.yml --- .github/workflows/automated-tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 8f2bc61ff0fd..56f956385f08 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -335,6 +335,19 @@ jobs: bbb-conf --salt bbbci sed -i "s/\"minify\": true,/\"minify\": false,/" /usr/share/etherpad-lite/settings.json sudo yq e -i '.log_level = "TRACE"' /usr/share/bbb-graphql-middleware/config.yml + cat > /etc/bigbluebutton/bbb-conf/apply-config.sh << HERE + #!/bin/bash + + # Pull in the helper functions for configuring BigBlueButton + source /etc/bigbluebutton/bbb-conf/apply-lib.sh + + # Available configuration options + + enableHTML5ClientLog + #enableUFWRules + + HERE + chmod +x /etc/bigbluebutton/bbb-conf/apply-config.sh bbb-conf --restart EOF - name: List systemctl services