Skip to content

Commit 31e48cf

Browse files
committed
jest test and its config added
1 parent a55416d commit 31e48cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Step 3: Install Dependencies
2222
- name: Install Dependencies
2323
run: |
24-
npm install
24+
npm install --legacy-peer-deps
2525
2626
# Step 4: Build App
2727
- name: Build App

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
npm install --legacy-peer-deps
3737
38-
# Step 3: Unit and Intergation Tests
38+
# Step 4: Unit and Intergation Tests
3939
- name: Tests
4040
working-directory: ./
4141
run: |
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Step 2: Install dependencies
5757
- name: 'Install Dependencies'
58-
run: npm install
58+
run: npm install --legacy-peer-deps
5959

6060
# Step 3: Run linting and tests
6161
- name: 'Run linter'

0 commit comments

Comments
 (0)