From 25b634bb785ec64fa6cdeb541f6bc845d4a60407 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 16 Aug 2022 16:47:23 +0530 Subject: [PATCH] fix: use same tests as github actions --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1e55b207..976629dd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,10 +2,10 @@ pipeline: buildfrontend: image: node:14 commands: - - yarn install + - yarn install --prefer-offline --frozen-lockfile - yarn test - - yarn test:postcss - - yarn test:sdk + - yarn run lint-ci + - yarn run tsc - yarn build deploy: