ci: optimize APT package installation by skipping documentation
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: sf483afee70439c11k
diff --git a/.github/workflows/webui_test.yml b/.github/workflows/webui_test.yml
index f1e0779..2fc312f 100644
--- a/.github/workflows/webui_test.yml
+++ b/.github/workflows/webui_test.yml
@@ -32,6 +32,9 @@
cache: "npm"
cache-dependency-path: webui/package-lock.json
+ - name: Optimize APT
+ run: ./.github/scripts/optimize-apt.sh
+
- name: Install dependencies
working-directory: ./webui
run: npm ci