diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5604960..58eaaab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,6 @@ jobs: - name: Install NPM dependencies run: npm ci - - name: Test with Jest - run: npm run test - - name: Build library run: npm run build