Skip to content

Commit c06295a

Browse files
author
Oleksandr Dzhychko
committed
ci(bulk-model-sync-mps): test MPS compatibility
Build bulk-model-sync-mps subproject with different MPS versions to test compatibility.
1 parent c32f8d2 commit c06295a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/bulk-model-sync-gradle/ @mhuster23
44
/bulk-model-sync-gradle-test/ @mhuster23
55
/bulk-model-sync-lib/ @mhuster23
6+
/bulk-model-sync-mps/ @mhuster23
67
/bulk-model-sync-solution/ @mhuster23
78
/light-model-client/ @slisson
89
/metamodel-export/ @slisson

.github/workflows/mps-compatibility.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ jobs:
3333
- name: Set up Gradle
3434
uses: gradle/gradle-build-action@v2
3535
- name: Build with ${{ matrix.version }}
36-
run: ./gradlew --build-cache :mps-model-adapters:build :mps-model-server-plugin:build -Pmps.version=${{ matrix.version }}
36+
run: >-
37+
./gradlew --build-cache
38+
:bulk-model-sync-mps:build
39+
:mps-model-adapters:build
40+
:mps-model-server-plugin:build
41+
-Pmps.version=${{ matrix.version }}

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
"bulk-model-sync",
99
"bulk-model-sync-gradle",
1010
"bulk-model-sync-lib",
11+
"bulk-model-sync-mps",
1112
"bulk-model-sync-solution",
1213
"deps",
1314
"light-model-client",

0 commit comments

Comments
 (0)