diff --git a/.woodpecker.yml b/.woodpecker.yml index 63ab5ac..fb57928 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,10 @@ pipeline: + test: + image: node + commands: + - yarn --pure-lockfile + - yarn run test + build-latest-container: when: branch: main