diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73281cd..34b15fb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,9 +25,6 @@ jobs: - name: Install dependencies run: npm install - - name: Run tests - run: npm test - - name: Build the project run: npm run build