Skip to content

Commit

Permalink
fix c&p error
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Apr 27, 2023
1 parent 15b5d10 commit 6bc700c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
# move to parent dir of homedir to install binaries etc
cd ..
# set up jars
git clone https://github.com/kbase/jars
export JARSDIR=$(pwd)/jars/lib/jars/
# set up arango
curl -O https://download.arangodb.com/arangodb$ARANGODB_V/Community/Linux/arangodb3-linux-$ARANGODB_VER.tar.gz
tar -xf arangodb3-linux-$ARANGODB_VER.tar.gz
Expand Down Expand Up @@ -148,10 +152,6 @@ jobs:
# install sphinx for generating documentation
pip install sphinx
# set up jars
git clone https://github.com/kbase/jars
export JARSDIR=$(pwd)/jars/lib/jars/
- name: build the war file (requires compileJava, javadoc)
run: ./gradlew war --info

Expand Down

0 comments on commit 6bc700c

Please sign in to comment.