aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/test_p2r.sh
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-03-27 23:21:15 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-03-27 23:21:15 +0000
commit2936fb6482ec7ad6bc82f1b494a6b557159de662 (patch)
tree440e167cf7a09c8601cf7fc64d8ec12e91382cd0 /.github/scripts/test_p2r.sh
parentMerge branch 'bugfix/semantic_scholar' (diff)
parentMerge branch 'master' into bugfix/blank_pages (diff)
downloadpaper2remarkable-2936fb6482ec7ad6bc82f1b494a6b557159de662.tar.gz
paper2remarkable-2936fb6482ec7ad6bc82f1b494a6b557159de662.zip
Merge branch 'bugfix/blank_pages'
Diffstat (limited to '.github/scripts/test_p2r.sh')
-rwxr-xr-x.github/scripts/test_p2r.sh4
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