test: run pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-04 21:42:48 +01:00
parent c01c4cb356
commit 72b4650261

View File

@ -2,6 +2,8 @@ pipeline:
frontend:
image: node:16-alpine
commands:
- pwd
- ls -l
- cd client && yarn install
- cd client && yarn generate
backend: