feat:woodpecker
This commit is contained in:
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal 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
|
||||
Reference in New Issue
Block a user