Commit c76cdc1
committed
fix(workflows): pass engine option through resolveModule
resolveModule was not passing the engine option from workflow overrides
or module config, causing workflows to fall back to default engine
instead of using the specified one.
This aligns resolveModule with resolveStep which already handles engine
correctly.1 parent 6688a0e commit c76cdc1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments