Add running tests
All checks were successful
/ Test (push) Successful in 52s
/ Test (pull_request) Successful in 54s

This commit is contained in:
Stefan Bethke 2026-07-18 18:26:19 +02:00
commit 1c2adb1a92
3 changed files with 15 additions and 8 deletions

View file

@ -3,8 +3,8 @@ on:
push:
jobs:
ansible-lint:
name: Verify
test:
name: Test
runs-on: docker
steps:
- uses: actions/checkout@v7
@ -12,6 +12,6 @@ jobs:
run: |
apt update
apt install -y maven
- name: Run maven verify
- name: Run maven verify test
run: |
mvn -f attribute-endpoints-provider verify
mvn -f attribute-endpoints-provider verify test