test: run pipeline

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

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