Skip to content

Commit 9dcfb6e

Browse files
committed
ci: use npm ci and clarify in the action description that tests are run as well
1 parent e4a8a42 commit 9dcfb6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test successful build of base-util
1+
name: Run tests and test successful build of base-util
22

33
on: pull_request
44

@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.OS }}-
2626
2727
- name: Install dependencies ⏬
28-
run: npm install
28+
run: npm ci
2929

3030
- name: Build artifacts 🏗️
31-
run: npm run build
31+
run: npm run build # This runs the tests as well

0 commit comments

Comments
 (0)