Commit 9caa67e
committed
fix(ci): revert --only test-suite optimization in deploy step
The --only test-suite approach rebuilds only the test container but
uses pre-built host-sc images that lack the HCULimit contract. The
HCU block cap tests need host-sc built from the branch, so we must
use the full --build deploy for now.
The --resume/--only CLI flags and the --remove-orphans fix in the
deploy script are kept — they're useful for local development and
future CI optimizations.1 parent 8a03585 commit 9caa67e
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments