Skip to content

Commit

Permalink
Merge pull request #38 from lob/MI-471/npm_publish_action_fix
Browse files Browse the repository at this point in the history
chore: Remove test run from publish action
  • Loading branch information
kevinpjones authored Sep 17, 2024
2 parents 2e048b1 + ab5069d commit bb5954d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb5954d

Please sign in to comment.