From ab5069dea0ab7479e295ccaa51451dded94e468d Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Tue, 17 Sep 2024 10:20:15 -0600 Subject: [PATCH] chore: Remove test run from publish action --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 079ea01..426efd0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,12 +21,6 @@ jobs: - name: Install dependencies run: npm install - - name: Run tests and linter - run: npm test - - - name: Enforce coverage - run: npm run enforce - - name: publish to npm id: publish uses: JS-DevTools/npm-publish@v3