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 486b2dd commit 0003eaf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@ jobs:
- name: Run tests on Alpine docker
run: |
docker run --rm -t -v $(pwd):/feedzai-openml-java -e FDZ_OPENML_JAVA_LIBC="musl" alpine:3.18.4 \
/bin/sh -c 'apk add clang openjdk8 maven bash && \
/bin/sh -c 'apk add clang openjdk8 maven bash git && \
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 && \
mvn clean install -DskipTests && \
mvn clean install -B -DskipTests && \
cp openml-lightgbm/lightgbm-builder/make-lightgbm/build/amd64/alpine/lib_lightgbm.so /lib/lib_lightgbm.so && \
mvn surefire:test -pl :openml-lightgbm,:openml-datarobot'
- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
mvn test -B'

0 comments on commit 0003eaf

Please sign in to comment.