Skip to content

Commit caa03f3

Browse files
committed
jest test and its config added
1 parent c4d96e8 commit caa03f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
node-version: 20.x
2020

2121
# Step 3: Install Dependencies
22-
- name: Install Dependencies
23-
run: |
24-
npm install --legacy-peer-deps
22+
# - name: Install Dependencies
23+
# run: |
24+
# npm install --legacy-peer-deps
2525

26-
# Step 4: Build App
27-
- name: Build App
28-
run: |
29-
npm run build
26+
# # Step 4: Build App
27+
# - name: Build App
28+
# run: |
29+
# npm run build
3030

3131
# Step 5: Deploy to Production
3232
- name: Deploy to Vercel

0 commit comments

Comments
 (0)