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 8a3e8be commit 486b2dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
git tag --list
- 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 \
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 && \
cd /feedzai-openml-java && \
mvn clean install -DskipTests && \
Expand Down

0 comments on commit 486b2dd

Please sign in to comment.