woodpecker test 9

This commit is contained in:
Rodrigo Verdiani 2025-10-28 19:22:45 -03:00
parent 9b5572c970
commit 8196548f1d

View File

@ -24,7 +24,7 @@ steps:
- name: build - name: build
image: node:18-alpine image: node:18-alpine
commands: commands:
- echo "🏗️ Building application...." - echo "🏗️ Building application..."
- npm run build - npm run build
when: when:
event: [push, pull_request] event: [push, pull_request]