Merge branch 'master' of domi41.github.com:MieuxVoter/majority-judgment-library-java

pull/8/head
Dominique Merle 3 years ago
commit 0dbd353a07

@ -22,6 +22,6 @@ jobs:
java-version: '8'
distribution: 'adopt'
- name: Run tests
run: mvn test
# - name: Build with Maven
# run: mvn -B package --file pom.xml
run: mvn --batch-mode test
- name: Build with Maven
run: mvn --batch-mode package --file pom.xml

Loading…
Cancel
Save