From 7e2e25263c88bf5a9c907b442198bd6e11824f6e Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Wed, 25 Dec 2019 14:46:33 +0200 Subject: [PATCH] typescript(option): ci: run tests before releasing Signed-off-by: prescientmoon --- typescript/option/.github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/option/.github/workflows/release.yml b/typescript/option/.github/workflows/release.yml index 7ee9048..1509c61 100644 --- a/typescript/option/.github/workflows/release.yml +++ b/typescript/option/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: # install dependencies and run semantic-release - run: npm i -g pnpm - run: pnpm install + - run: pnpm test - run: pnpm run build - run: pnpx semantic-release env: