Skip to content

Commit ddd4271

Browse files
authored
Merge pull request #234 from sebgroup/build/add-tests-to-publish-script
build: add test to publish script
2 parents 4014ea1 + d7379c8 commit ddd4271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Installing dependencies
2121
run: npm ci
2222

23+
- name: Testing
24+
run: npm test
25+
2326
- name: Building
2427
run: npm run build
2528

0 commit comments

Comments
 (0)