feat:woodpecker

This commit is contained in:
ISA
2025-08-29 08:57:29 +02:00
parent ae5798bcdf
commit 2ce7c54697
6 changed files with 23 additions and 5 deletions

13
.woodpecker.yml Normal file
View File

@@ -0,0 +1,13 @@
pipeline:
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
run-tests:
image: node:18
commands:
- npx playwright test