From 25c8bb08eed924027a059ffb677268ba40faa772 Mon Sep 17 00:00:00 2001 From: GravityTwoG Date: Mon, 8 Jul 2024 17:49:53 +0700 Subject: [PATCH] ci: run tests before release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1275b78..88a2010 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,8 @@ jobs: run: npm clean-install # - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies # run: npm audit signatures + - name: Run tests + run: npm run test - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}