diff options
| -rwxr-xr-x | .github/scripts/test_p2r.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/scripts/test_p2r.sh b/.github/scripts/test_p2r.sh index 5236c74..b501be0 100755 --- a/.github/scripts/test_p2r.sh +++ b/.github/scripts/test_p2r.sh @@ -55,6 +55,10 @@ echo -e "Run pre-commit" pre-commit run --all-files --show-diff-on-failure +echo -e "Check if ReadabiliPy was installed with Node support" + +python -c 'from readabilipy.simple_json import have_node; print(f"Have node: {have_node()}")' + echo -e "Run unit tests" green -vv -a ./tests |
