Commit 28750e3
committed
ci: add edge-worker integration tests to CI workflow (#498)
# Add Edge Worker Integration Tests to CI Pipeline
This PR adds a dedicated CI job for running integration tests for the Edge Worker package. The new job:
- Runs only when the edge-worker package is affected by changes
- Executes before the website and demo deployment steps
- Includes a pre-start Supabase script to prepare the testing environment
Additionally, the PR updates the Edge Worker's project configuration to no longer include integration tests in the default test command, allowing them to be run separately in CI.1 parent 9fe0b4d commit 28750e3
2 files changed
+39
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
130 | 166 | | |
131 | 167 | | |
132 | 168 | | |
| |||
238 | 274 | | |
239 | 275 | | |
240 | 276 | | |
241 | | - | |
| 277 | + | |
242 | 278 | | |
243 | 279 | | |
244 | 280 | | |
| |||
280 | 316 | | |
281 | 317 | | |
282 | 318 | | |
283 | | - | |
| 319 | + | |
284 | 320 | | |
285 | 321 | | |
286 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments