Skip to content

Commit 1247322

Browse files
author
Guilherme Gonçalves
committed
Update pipeline.yml
1 parent 46f226d commit 1247322

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'
24-
- name: Install Dependencies
24+
- name: Install dependencies
2525
run: npm ci
2626
- name: Build
2727
run: npm run build --if-present
28-
- name: Unit Tests
28+
- name: Install unit tests dependencies
29+
run: npm run pre-test
30+
- name: Unit tests
2931
run: npm run test:ci

0 commit comments

Comments
 (0)