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
If I have a file called .tests.yml.inactive inside my multi-pipeline folder, it gets executed as well. IMO only specific files should be executed like .yml, .yaml, whatever else is possible to be used.
The text was updated successfully, but these errors were encountered:
closes#271
- filter pipeline config folders for `.yml` and `.yaml` files
- improve `fetchConfig` tests
- update remote mock and correct wrong folder name `mock` => `mocks` to match package name
- fix: return correct filename for fallback
- improve config loading by checking if folder or not before sending api call
If I have a file called
.tests.yml.inactive
inside my multi-pipeline folder, it gets executed as well. IMO only specific files should be executed like.yml
,.yaml
, whatever else is possible to be used.The text was updated successfully, but these errors were encountered: