Skip to content

Commit

Permalink
reinstitute jars dir in all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Sep 6, 2023
1 parent 41daf34 commit b22777a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b22777a

Please sign in to comment.