We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aafb83 commit ca00899Copy full SHA for ca00899
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
node-version: "14"
21
- name: Install dependencies
22
run: npm install --no-optional
23
+ - name: Run tests
24
+ run: npm test
25
- name: Package vsce
26
run: npm run package
27
- name: Release
0 commit comments