Skip to content

Commit 3c04982

Browse files
committed
Skip test for dependency tests
this will only slow down things without a benefit
1 parent 4c7fa47 commit 3c04982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkDependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Check ${{ matrix.bundles }}
9191
working-directory: ${{ matrix.bundles }}
9292
run: >-
93-
mvn -B -ntp ${{ inputs.maven-goals }} -Pdependency-check -Dtycho.dependency.check.apply=true
93+
mvn -B -ntp ${{ inputs.maven-goals }} -DskipTests -Pdependency-check -Dtycho.dependency.check.apply=true
9494
- name: Create Pull Request
9595
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
9696
with:

0 commit comments

Comments
 (0)