Skip to content

Commit 6bdf5e7

Browse files
author
naman-contentstack
committed
commented the GH action, as it needs to be setup
1 parent 01327ab commit 6bdf5e7

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/unit-test.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
name: Run Unit Tests
1+
# name: Run Unit Tests
22

3-
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
3+
# on:
4+
# pull_request:
5+
# types: [opened, synchronize, reopened]
66

7-
jobs:
8-
run-tests:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout code
12-
uses: actions/checkout@v4
7+
# jobs:
8+
# run-tests:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - name: Checkout code
12+
# uses: actions/checkout@v4
1313

14-
- name: Set up Node.js
15-
uses: actions/setup-node@v4
16-
with:
17-
node-version: "22.x"
14+
# - name: Set up Node.js
15+
# uses: actions/setup-node@v4
16+
# with:
17+
# node-version: "22.x"
1818

19-
- name: Install dependencies
20-
run: |
21-
npm install
22-
npm install -g @contentstack/cli
19+
# - name: Install dependencies
20+
# run: |
21+
# npm install
22+
# npm install -g @contentstack/cli
2323

24-
- name: Configure Region
25-
run: csdx config:set:region AWS-NA
24+
# - name: Configure Region
25+
# run: csdx config:set:region AWS-NA
2626

27-
- name: Run tests
28-
run: npm run test
27+
# - name: Run tests
28+
# run: npm run test

0 commit comments

Comments
 (0)