You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Highway is supporting only one preset per given steps. Sometimes it happens that two different presets runs the same steps but it cannot be declared also as default preset because pull request workflow is calling default. Currently there's no other option than just add another preset with the same steps as the other preset contains.
Possible solutions:
Implement wildcards e.g. preset test/*: will be called by preset: test/staging and preset: test/release
Supporting multiple presets separated by comma e.g. staging,release:
The text was updated successfully, but these errors were encountered:
Right now Highway is supporting only one preset per given steps. Sometimes it happens that two different presets runs the same steps but it cannot be declared also as
default
preset because pull request workflow is callingdefault
. Currently there's no other option than just add another preset with the same steps as the other preset contains.Possible solutions:
test/*:
will be called bypreset: test/staging
andpreset: test/release
staging,release:
The text was updated successfully, but these errors were encountered: