knowyt/.woodpecker.yml
Settel 72b4650261
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test: run pipeline
2022-11-04 21:42:48 +01:00

13 lines
230 B
YAML

pipeline:
frontend:
image: node:16-alpine
commands:
- pwd
- ls -l
- cd client && yarn install
- cd client && yarn generate
backend:
image: golang
commands:
- make -C server build