We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42c60f commit c2c04a4Copy full SHA for c2c04a4
.github/workflows/npm-publish.yml
@@ -27,16 +27,13 @@ jobs:
27
- name: "Add node_modules/.bin to PATH"
28
run: echo "$(npm bin)" >> $GITHUB_PATH
29
30
- - name: "Build package"
31
- run: npm run build
+ - name: "Run tests"
+ run: npm test
32
33
- name: "Set Git user name and email"
34
run: |
35
git config --global user.name "github-actions"
36
git config --global user.email "[email protected]"
37
-
38
- - name: "Clean working directory"
39
- run: git clean -fdx
40
41
- name: "Bump patch version"
42
run: npm version patch
0 commit comments