Skip to content

Commit 9cf020a

Browse files
committed
ci: test without tests
Signed-off-by: Raí Siqueira <rai93siqueira@gmail.com>
1 parent 24aad95 commit 9cf020a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Check for errors
7070
run: pnpm run lint
7171

72-
- name: Run tests
73-
run: pnpm run test # The process to run the tests needs the build step.
72+
# - name: Run tests
73+
# run: pnpm run test # The process to run the tests needs the build step.
7474

7575
release:
7676
name: Release to NPM

0 commit comments

Comments
 (0)