Skip to content

Commit c75fdd7

Browse files
committed
Adding emoji
1 parent 04bce83 commit c75fdd7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to npm
1+
name: "Publish to npm 🚀"
22

33
on:
44
release:
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci --legacy-peer-deps
2323

24+
- name: Run tests
25+
run: npm run test
26+
2427
- name: Build project
2528
run: npm run build
2629

0 commit comments

Comments
 (0)