From 9c0f2c8a44623426d5b94afecf35a65c8ff5db7f Mon Sep 17 00:00:00 2001 From: Christopher Blanchard <git@nf3.co> Date: Wed, 31 Jan 2024 14:13:32 +0100 Subject: [PATCH] fix(CI): Drop test in release step --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8af7edfc..4fecfec0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,9 +26,6 @@ jobs: - name: Install run: npm install - - name: Test - run: make test - - name: Semantic Release run: npm run semantic-release env: