Skip to content

Commit

Permalink
ci: disable tests for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Dec 11, 2024
1 parent 737f628 commit f5f41ce
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 @@ -58,8 +58,8 @@ jobs:
- name: Lint
run: pnpm nx run ${{ steps.get-tag-name.outputs.result }}:lint

- name: Test
run: pnpm nx run ${{ steps.get-tag-name.outputs.result }}:test
# - name: Test
# run: pnpm nx run ${{ steps.get-tag-name.outputs.result }}:test

- name: Build
run: pnpm nx run ${{ steps.get-tag-name.outputs.result }}:build

0 comments on commit f5f41ce

Please sign in to comment.