fix(ci): update web apps test to only tests the actual web app itself
continuous-integration/drone/push Build is passing Details

main
Guus van Meerveld 1 month ago
parent 1b5c67ffaf
commit a937a32c9c
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -73,8 +73,8 @@ steps:
commands:
- corepack enable
- corepack prepare pnpm@v7.28.0 --activate
- pnpm install
- pnpm run deploy
- pnpm install --frozen-lockfile
- pnpm run deploy --filter @dust-mail/web
volumes:
- name: cache

Loading…
Cancel
Save