Skip to content

Commit

Permalink
Try action change
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Pedroso committed Mar 13, 2024
1 parent 13b12eb commit c87ff26
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:

- name: Build and test
run: mvn test -B
# skip build arm temporarily to speedup tests
env:
ARCH_BUILD: "single"

- name: Run tests on Alpine docker
run: |
Expand All @@ -56,8 +59,11 @@ jobs:
git config --global --add safe.directory /feedzai-openml-java && \
git config --global --add safe.directory /feedzai-openml-java/openml-lightgbm/lightgbm-builder/make-lightgbm && \
cd /feedzai-openml-java && \
cp openml-lightgbm/lightgbm-builder/make-lightgbm/build/amd64/alpine/lib_lightgbm.so /lib/lib_lightgbm.so && \
cp openml-lightgbm/lightgbm-builder/make-lightgbm/build/amd64/musl/lib_lightgbm.so /lib/lib_lightgbm.so && \
mvn test -B'
# skip build arm temporarily to speedup tests
env:
ARCH_BUILD: "single"

# The skipped tests is because h2o-xgboost isn't ready to use on arm64
- name: Test on arm64
Expand Down

0 comments on commit c87ff26

Please sign in to comment.