Compare commits
3 commits
default-to
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cd678b414 | |||
| 89ce38f6c1 | |||
| 0a84d2ddf9 |
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
|
|
@ -14,4 +16,4 @@ jobs:
|
||||||
apt install -y maven
|
apt install -y maven
|
||||||
- name: Run maven verify
|
- name: Run maven verify
|
||||||
run: |
|
run: |
|
||||||
mvn -f attribute-endpoints-provider verify
|
mvn -f attribute-endpoints-provider --batch-mode --no-transfer-progress verify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue