fix: woodpecker

This commit is contained in:
ISA
2025-08-29 09:19:22 +02:00
parent 2ce7c54697
commit 036630f598
6 changed files with 15 additions and 9 deletions

View File

@@ -1,13 +1,14 @@
pipeline:
install-dependencies:
steps:
- name: install-dependencies
image: node:18
environment:
NODE_PATH: /var/jenkins_home/.npm/node_modules
NPM_CONFIG_CACHE: /var/jenkins_home/.npm
commands:
- npm install --prefer-offline --no-audit
- npm ci --prefer-offline --no-audit
run-tests:
- name: run-tests
image: node:18
commands:
- npx playwright install
- npx playwright test