Skip to content

Commit 5843d25

Browse files
committed
refactor: remove test files and update package.json to exclude jest
1 parent 9852d25 commit 5843d25

File tree

4 files changed

+1
-221
lines changed

4 files changed

+1
-221
lines changed

.github/workflows/build-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: npm ci
28-
29-
- name: Run tests
30-
run: npm test
3128

3229
- name: Build the action
3330
run: npm run build

__tests__/commit-message-validator.test.js

Lines changed: 0 additions & 199 deletions
This file was deleted.

jest.config.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"@actions/github": "^6.0.0"
2121
},
2222
"devDependencies": {
23-
"@vercel/ncc": "^0.36.1",
24-
"jest": "^29.5.0"
23+
"@vercel/ncc": "^0.36.1"
2524
}
2625
}

0 commit comments

Comments
 (0)