From 6500d7371414251f895e36397ff017c129e6bbe0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 6 Feb 2025 08:06:44 +0100 Subject: [web-client] integrate the migrated theme in the github CI - upgrade to ubuntu-24.04 to get NodeJS v20 - remove DEBUG (V=1) environment / in a ViteJS env the DEBUG environment is reserved for interactive debugging tasks (not for verbose build messages). Signed-off-by: Markus Heiser --- .github/workflows/integration.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to '.github/workflows/integration.yml') diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bcf539581..ddc0498f7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -44,19 +44,8 @@ jobs: with: python-version: '3.12' architecture: 'x64' - - name: Cache Python dependencies - id: cache-python - uses: actions/cache@v4 - with: - path: | - ./local - ./.nvm - ./node_modules - key: python-ubuntu-24.04-3.12-${{ hashFiles('requirements*.txt', 'setup.py','.nvmrc', 'package.json') }} - - name: Install node dependencies - run: make V=1 node.env - name: Build themes - run: make V=1 themes.all + run: make themes.all documentation: name: Documentation -- cgit v1.2.3