check contraband sources consistency

This commit is contained in:
xuwei-k 2024-10-18 20:32:35 +09:00
parent 6bf5b8b30f
commit 24e059c60c
1 changed files with 10 additions and 0 deletions

View File

@ -52,6 +52,10 @@ jobs:
java: 11
distribution: temurin
jobtype: 10
- os: ubuntu-latest
java: 11
distribution: temurin
jobtype: 11
- os: windows-latest
java: 11
distribution: temurin
@ -226,6 +230,12 @@ jobs:
if: ${{ matrix.jobtype == 10 }}
shell: bash
run: scripts/lm-coursier-ci.sh
- name: Build and test contraband
if: ${{ matrix.jobtype == 11 }}
shell: bash
run: |
sbt generateContrabands
git diff --exit-code
- name: Cleanup
shell: bash
run: |