Skip to content

Commit

Permalink
fix unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Apr 28, 2022
1 parent 498b5f2 commit 8ac5a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
- name: Install OAP optimized Arrow (C++ libs)
run: |
bash tools/build_arrow.sh --build_arrow=ON
mvn clean package -Pbackends-gazelle -DskipTests -Dcheckstyle.skip -Dbuild_cpp=ON -Dbuild_gazelle_cpp=ON
-Darrow_root=/tmp/arrow_install.8
mvn clean package -Pbackends-gazelle -DskipTests -Dcheckstyle.skip -Dbuild_cpp=ON -Dbuild_gazelle_cpp=ON -Darrow_root=/tmp/arrow_install.8
- name: Run unit tests
run: |
cd cpp/
Expand Down

0 comments on commit 8ac5a1e

Please sign in to comment.