Skip to content

Commit 5163e9d

Browse files
Updates the steps for hooks
1 parent af98c11 commit 5163e9d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/LThooks-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ jobs:
2828
echo "GITHUB_URL: $GITHUB_URL"
2929
echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
3030
31-
- name: Install Dependencies
31+
- name: Install Dependencies & Execute tests
3232
run: |
3333
cd hooks
3434
npm install
35-
36-
- name: Execute Test
37-
run: npm test
38-
39-
- name: Execute Multiple tests
40-
run: npm run multiple
35+
npm test

0 commit comments

Comments
 (0)