Skip to content

Commit b81045f

Browse files
committed
fine
1 parent 48dfd8a commit b81045f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
cache: maven
2222
- name: Build maven-osgi-bundles
2323
working-directory: ./cs-studio
24-
run: mvn verify -T8 -f maven-osgi-bundles/pom.xml -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore
24+
run: mvn verify -f maven-osgi-bundles/pom.xml -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore
2525
- name: Build cs-studio
2626
working-directory: ./cs-studio
27-
run: mvn verify -T8 -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dcsstudio.composite.repo=p2repo -DskipTests=true
27+
run: mvn verify -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dcsstudio.composite.repo=p2repo -DskipTests=true
2828
- name: Upload products
2929
uses: actions/upload-artifact@v4
3030
with:

0 commit comments

Comments
 (0)