various fixes?

This commit is contained in:
Aleksandr Chikovani 2023-08-28 22:57:52 -04:00
parent 4c10a078b4
commit d5cc1e62b9
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
{ {
"LABEL": {
"name": "",
"color": "EEEEEE"
},
"CHECKS": { "CHECKS": {
"prefixes": ["fix: ", "feat: ", "feature: ", "chore: ", "hotfix: "] "prefixes": ["fix: ", "feat: ", "feature: ", "chore: ", "hotfix: "]
}, },

View file

@ -39,7 +39,7 @@ jobs:
- name: Test - name: Test
run: ./gradlew test run: ./gradlew test
- name: Build - name: Build
run: ./gradlew build run: ./gradlew build -x test -x checkstyleMain
docker_build: docker_build:
runs-on: ubuntu-latest runs-on: ubuntu-latest