Skip to content

Commit d273918

Browse files
devonfw#427: switched tests
removed tests for each runner added test for deploy job
1 parent a0f8ce8 commit d273918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171
run: |
7272
cd cli
73-
mvn -B -ntp -P${{ matrix.os }} package
73+
mvn -B -ntp -P${{ matrix.os }} -DskipTests=true package
7474
- uses: actions/upload-artifact@v4
7575
with:
7676
name: natives-${{ matrix.os }}
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/download-artifact@v4
112112
- name: Make natives available and build project
113113
run: |
114-
mvn -B -ntp -Dstyle.color=always install -DskipTests=true
114+
mvn -B -ntp -Dstyle.color=always install
115115
mv ./natives/* ./cli/target/
116116
# - name: Deploy to OSSRH nexus
117117
# env:

0 commit comments

Comments
 (0)