Add just the testing setup from #26.
All checks were successful
/ Verify (pull_request) Successful in 1m12s
All checks were successful
/ Verify (pull_request) Successful in 1m12s
Important: there are changes here to adapt the tests and the Keycloak test realm that are incompatible with the changes in #29. Ultimately, the changes in #29 need to be applied over this.
This commit is contained in:
parent
6cd678b414
commit
f204ab7f28
8 changed files with 428 additions and 27 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,12 @@
|
|||
install:
|
||||
mvn -f attribute-endpoints-provider install
|
||||
|
||||
verify:
|
||||
mvn -f attribute-endpoints-provider verify
|
||||
|
||||
test:
|
||||
mvn -f attribute-endpoints-provider test
|
||||
|
||||
clean:
|
||||
mvn -f attribute-endpoints-provider clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue