Skip to content

Commit

Permalink
ci: Configure HTML5ClientLog for ci (bigbluebutton#21569)
Browse files Browse the repository at this point in the history
* ci: Configure HTML5ClientLog for ci

* Update automated-tests.yml
  • Loading branch information
antobinary authored Oct 30, 2024
1 parent 1c66ff3 commit 4dbc16c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dbc16c

Please sign in to comment.