Commit 836c442
authored
feat: add new enable-integration-tests profile (#75)
Integration tests generally require credentials and access to external GCP services which is not always available to every contributor. This change skips the running of integration tests by default (they are still compiled) in favor of explicitly enabling. To enable the running of integration tests activate the `enable-integration-tests` profile when executing maven (command line are: `-Penable-integration-tests`)1 parent 9e00fe7 commit 836c442
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
556 | 557 | | |
557 | 558 | | |
558 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
559 | 566 | | |
560 | 567 | | |
0 commit comments