Skip to content

Commit 79e9fa8

Browse files
committed
chore(ci/cd): updated pipeline
1 parent 66b27c3 commit 79e9fa8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,3 @@ jobs:
2727

2828
- name: Run Linter
2929
run: npm run lint
30-
test:
31-
name: Run Tests
32-
runs-on: ubuntu-latest
33-
34-
steps:
35-
- name: Checkout repository
36-
uses: actions/checkout@v4
37-
38-
- name: Set up Node.js
39-
uses: actions/setup-node@v4
40-
with:
41-
node-version: "18"
42-
43-
- name: Install dependencies
44-
run: npm install --legacy-peer-deps
45-
46-
- name: Run Tests
47-
run: npm run test

0 commit comments

Comments
 (0)