Skip to content

Commit a4913d5

Browse files
committed
fixup unit tests execution
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 31a2676 commit a4913d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ jobs:
119119
git diff
120120
exit 1
121121
fi
122-
- name: Run all unit tests
123-
run: make test
122+
- if: ${{ matrix.language == 'nodejs' }}
123+
name: Run type script unit tests
124+
run: make test_ts
124125
- if: ${{ matrix.language == 'python' && env.PUBLISH_PYPI == 'true' }}
125126
name: Publish package to PyPI
126127
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # tag=v1.13.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)