diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 15:16:43 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 15:16:43 +0000 |
| commit | 363f17555dc9cc96e3d62c7a1530b6d6b01b85b2 (patch) | |
| tree | d5b70298464e3b238eeb7f297aaba793694e2be1 /.github | |
| parent | Fix blank pages bug (fixes #98) (diff) | |
| download | paper2remarkable-363f17555dc9cc96e3d62c7a1530b6d6b01b85b2.tar.gz paper2remarkable-363f17555dc9cc96e3d62c7a1530b6d6b01b85b2.zip | |
Attempt to debug failing test
Diffstat (limited to '.github')
| -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 |
