Skip to content

Commit 1691973

Browse files
committed
Removed jest from workflow
1 parent b4ef41e commit 1691973

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '22'
20+
node-version: "22"
2121
- run: npm install
22-
- run: npm test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"test": "jest",
76
"format": "prettier --write .",
87
"dev": "next dev --turbopack",
98
"build": "next build",

0 commit comments

Comments
 (0)