Skip to content

Commit

Permalink
Update npm_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza authored Jan 8, 2025
1 parent ef06220 commit e18c567
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
test:
publish:
name: NPM Publish
runs-on: ubuntu-latest
permissions:
Expand All @@ -21,9 +21,6 @@ jobs:
with:
fetch_depth: 0

- name: Run Unit Tests
uses: ./.github/workflows/unit.yml

- name: Install Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e18c567

Please sign in to comment.