mirror of
https://github.com/searxng/searxng.git
synced 2025-09-10 12:18:24 +02:00
[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 <markus.heiser@darmarit.de>
This commit is contained in:
parent
2bf77f5d2d
commit
6500d73714
2 changed files with 2 additions and 13 deletions
13
.github/workflows/integration.yml
vendored
13
.github/workflows/integration.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue