Skip to content

Commit 0204b18

Browse files
committed
Throw an error if any warnings are emitted when invoking our own package
1 parent 3eb29da commit 0204b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
pip install dist\nodejs_bin-${{matrix.nodejs-version}}a3-py3-none-win_amd64.whl
7878
- name: Test Package
7979
run:
80-
python -m nodejs --version
81-
python -m nodejs.npm --version
80+
python -W error -m nodejs --version
81+
python -W error -m nodejs.npm --version
8282

8383

0 commit comments

Comments
 (0)