mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
fix linkchecker invocation in CI
This commit is contained in:
parent
a3b09b0c81
commit
4f64494573
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ echo "+++ Building and testing"
|
||||||
# move existing node_modules into tree
|
# move existing node_modules into tree
|
||||||
test -e /state/node_modules && mv /state/node_modules .
|
test -e /state/node_modules && mv /state/node_modules .
|
||||||
|
|
||||||
$BAZEL test $BUILDARGS ... //rslib:links
|
$BAZEL test $BUILDARGS ... //rslib/linkchecker
|
||||||
|
|
||||||
echo "--- Building wheels"
|
echo "--- Building wheels"
|
||||||
$BAZEL build dist
|
$BAZEL build dist
|
||||||
|
|
Loading…
Reference in a new issue