Skip to content

Commit c69a6da

Browse files
committed
chore: add test command to build step in release pipeline
1 parent 8f6a8c8 commit c69a6da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.woodpecker/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ steps:
2424
- apt update && apt install -y rsync
2525
- . /woodpecker/deploy.vault.env
2626
- pnpm install
27+
- pnpm test
2728
- /bin/bash ./.woodpecker/buildRelease.sh
2829
- npm audit signatures
2930

@@ -54,4 +55,4 @@ steps:
5455
status: [success]
5556
commands:
5657
- . /woodpecker/deploy.vault.env
57-
- /bin/sh ./.woodpecker/buildSlackNotify.sh success
58+
- /bin/sh ./.woodpecker/buildSlackNotify.sh success

0 commit comments

Comments
 (0)