We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af98c11 commit 5163e9dCopy full SHA for 5163e9d
.github/workflows/LThooks-ci.yml
@@ -28,13 +28,8 @@ jobs:
28
echo "GITHUB_URL: $GITHUB_URL"
29
echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
30
31
- - name: Install Dependencies
+ - name: Install Dependencies & Execute tests
32
run: |
33
cd hooks
34
npm install
35
-
36
- - name: Execute Test
37
- run: npm test
38
39
- - name: Execute Multiple tests
40
- run: npm run multiple
+ npm test
0 commit comments