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:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
ansible-lint:
|
||||
|
|
@ -14,4 +16,4 @@ jobs:
|
|||
apt install -y maven
|
||||
- name: Run maven verify
|
||||
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