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 931f5fc commit fd4249c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ jobs:

- name: Build and test
run: 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: Run tests on Alpine docker
- name: Test with musl
run: |
docker run --rm -t -v ~/.m2:/root/.m2 -v $(pwd):/feedzai-openml-java -e FDZ_OPENML_JAVA_LIBC="musl" alpine:3.18.4 \
/bin/sh -c 'apk add clang openjdk8 maven bash git && \
Expand All @@ -62,9 +59,6 @@ jobs:
cd /feedzai-openml-java && \
cp openml-lightgbm/lightgbm-builder/make-lightgbm/build/amd64/musl/lib_lightgbm.so /lib/lib_lightgbm.so && \
mvn test -B -Dsurefire.failIfNoSpecifiedTests=false -Dtest=!ClassifyUnknownCategoryTest#test,!H2OModelProviderTrainTest#trainModelsForAllAlgorithms'
# 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 fd4249c

Please sign in to comment.