Hi, is it possible to configure seed only to run t...
# seed
w
Hi, is it possible to configure seed only to run tests, linting etc on PR stage without running sls deploy command?
f
Hey @Waltu, you can add a line (ie. exit 1) under
before_deploy
in seed.yml to end the build before deploying.
Would that work for you?
w
Sounds exactly what I needed
Thx
d
ohhh I need this. thanks
w
Found out that this did not work as expected if you have multi stage build