Commit 1b133d2a authored by Dmytro Bogatov's avatar Dmytro Bogatov 💕
Browse files

Update test.sh

parent 4c61b88a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ done

echo ">>> Testing CSPELL..."

docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest-multi-arch -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"

if [[ $? != 0 ]];
then