Skip to content

Commit 3b65c49

Browse files
committed
ci(build): fix name and action
1 parent ec17870 commit 3b65c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Build
22
on:
33
push:
44
branches:
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
node-version: 12
1818
- run: npm ci
19-
- run: npm test
19+
- run: npm run build

0 commit comments

Comments
 (0)