Skip to content

Commit 00f4045

Browse files
Merge pull request #6 from wilsonneto-dev/wn/ci-pipeline
Update ci.yml
2 parents 5cea237 + 7ce7a32 commit 00f4045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'
2626
- run: npm ci
27-
- run: npm pretest
28-
- run: npm test
27+
- run: npm run pretest
28+
- run: npm run test

0 commit comments

Comments
 (0)