Add GitHub workflows

This commit is contained in:
Matej Ferencevic
2020-09-21 12:22:40 +02:00
parent 1d973f7e31
commit 0dcfdb9b89
15 changed files with 1011 additions and 75 deletions

View File

@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"
if ! which nodejs >/dev/null; then
if ! which node >/dev/null; then
echo "Please install nodejs!"
exit 1
fi
@@ -15,5 +15,5 @@ if [ ! -d node_modules ]; then
rm driver.tar.gz || exit 1
fi
nodejs basic.js
nodejs max_query_length.js
node basic.js
node max_query_length.js