Skip to content

Commit

Permalink
fix: remove tests on publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Oct 5, 2023
1 parent b8ce129 commit c3b9dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Tests
run: npm run test
# - name: Tests
# run: npm run test

- name: Build
run: npm run build
Expand Down

0 comments on commit c3b9dfb

Please sign in to comment.