Skip to content

Commit e2897a0

Browse files
committed
chore: do not run the tests again on the release
1 parent 099dab0 commit e2897a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
- name: Build and Commit
8181
run: npm run build-commit
8282

83-
- name: Run the tests on the release
84-
uses: nick-invision/retry@v2
85-
with:
86-
timeout_minutes: 4
87-
max_attempts: 6
88-
command: npm run test
89-
9083
- name: Release 🎉
9184
uses: cycjimmy/semantic-release-action@v2
9285
with:

0 commit comments

Comments
 (0)