Skip to content

Commit

Permalink
ci(bulk-model-sync-mps): test MPS compatibility
Browse files Browse the repository at this point in the history
Build bulk-model-sync-mps subproject with different MPS versions to test compatibility.
  • Loading branch information
Oleksandr Dzhychko committed Dec 4, 2023
1 parent c32f8d2 commit c06295a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/bulk-model-sync-gradle/ @mhuster23
/bulk-model-sync-gradle-test/ @mhuster23
/bulk-model-sync-lib/ @mhuster23
/bulk-model-sync-mps/ @mhuster23
/bulk-model-sync-solution/ @mhuster23
/light-model-client/ @slisson
/metamodel-export/ @slisson
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mps-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ jobs:
- name: Set up Gradle
uses: gradle/gradle-build-action@v2
- name: Build with ${{ matrix.version }}
run: ./gradlew --build-cache :mps-model-adapters:build :mps-model-server-plugin:build -Pmps.version=${{ matrix.version }}
run: >-
./gradlew --build-cache
:bulk-model-sync-mps:build
:mps-model-adapters:build
:mps-model-server-plugin:build
-Pmps.version=${{ matrix.version }}
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
"bulk-model-sync",
"bulk-model-sync-gradle",
"bulk-model-sync-lib",
"bulk-model-sync-mps",
"bulk-model-sync-solution",
"deps",
"light-model-client",
Expand Down

0 comments on commit c06295a

Please sign in to comment.