fix: use same tests as github actions
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-08-16 16:47:23 +05:30
parent 96c9ea8de7
commit 25b634bb78
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ pipeline:
buildfrontend: buildfrontend:
image: node:14 image: node:14
commands: commands:
- yarn install - yarn install --prefer-offline --frozen-lockfile
- yarn test - yarn test
- yarn test:postcss - yarn run lint-ci
- yarn test:sdk - yarn run tsc
- yarn build - yarn build
deploy: deploy: