Commit 3310cdc
committed
minor #1673 [CI] Auto-discover store bridges with integration tests in CI matrix (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[CI] Auto-discover store bridges with integration tests in CI matrix
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
Instead of maintaining a hardcoded list of store bridges in the `store-bridges-integration` job, dynamically detect which bridges have integration tests by scanning for the `#[Group('integration')]` attribute. This way a new bridge with integration tests is automatically picked up without needing to update the workflow file.
`@chr`-hertel I need to check if real all of them got caught, lets run the CI, check and only merge if that's the case 2 files changed
+15
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
93 | 107 | | |
94 | 108 | | |
95 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 140 | + | |
157 | 141 | | |
158 | 142 | | |
159 | 143 | | |
| |||
0 commit comments