diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b970b27..5ac5e5be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,16 +112,16 @@ jobs: # move to parent dir of homedir to install binaries etc cd $BASEDIR - if [ "${{ matrix.test_cmd }}" = "test_quick_coverage" ]; then + # if [ "${{ matrix.test_cmd }}" = "test_quick_coverage" ]; then # set up jars git clone https://github.com/kbase/jars export JARSDIR=$BASEDIR/jars/lib/jars/ echo "JARSDIR=$BASEDIR/jars/lib/jars/" >> env-vars.txt - else - export JARSDIR=$BASEDIR/build/download/ - echo "JARSDIR=$HOMEDIR/build/download/" >> env-vars.txt - fi + # else + # export JARSDIR=$BASEDIR/build/download/ + # echo "JARSDIR=$HOMEDIR/build/download/" >> env-vars.txt + # fi # set up arango curl -O https://download.arangodb.com/arangodb$ARANGODB_V/Community/Linux/arangodb3-linux-$ARANGODB_VER.tar.gz