We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f8ce8 commit d273918Copy full SHA for d273918
.github/workflows/nightly-build.yml
@@ -70,7 +70,7 @@ jobs:
70
shell: bash
71
run: |
72
cd cli
73
- mvn -B -ntp -P${{ matrix.os }} package
+ mvn -B -ntp -P${{ matrix.os }} -DskipTests=true package
74
- uses: actions/upload-artifact@v4
75
with:
76
name: natives-${{ matrix.os }}
@@ -111,7 +111,7 @@ jobs:
111
- uses: actions/download-artifact@v4
112
- name: Make natives available and build project
113
114
- mvn -B -ntp -Dstyle.color=always install -DskipTests=true
+ mvn -B -ntp -Dstyle.color=always install
115
mv ./natives/* ./cli/target/
116
# - name: Deploy to OSSRH nexus
117
# env:
0 commit comments