Skip to content

Commit

Permalink
remove publish dry run from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Iapicca committed Apr 14, 2024
1 parent 2219774 commit 1554078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
run: |
melos analyze && \
melos format && \
melos run test && \
melos publish --dry-run
melos run test

0 comments on commit 1554078

Please sign in to comment.