From 78ebf487dceb586f295956645694deac3d78dd7c Mon Sep 17 00:00:00 2001 From: Michael Gerbig Date: Fri, 29 Nov 2019 19:19:34 +0100 Subject: [PATCH] chore: remove obsolete build steps --- .github/workflows/semantic-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f5cca7f2..ebbfc04c 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -17,8 +17,6 @@ jobs: run: apk add git - name: Initialize run: npm i - - name: Run tests - run: npm test - name: Release Codebase env: GITHUB_TOKEN: ${{ secrets.GITHUB_PACKAGE_SECRET }}