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
Currently, the only validation that occurs on the example file is if a developer tests them manually, which can easily be forgotten and a potential breaking change could be introduced. There are some hardcoded values which would not allow the example/example.py file to be ran by the CI pipeline.
Desired Behavior
Allow the example/example.py file to be executable by the CI pipeline, and add it to the CI pipeline.
Benefits & Value
Adds a layer of confidence in changes.
Additional information
Requires GitHub Secret and environment variable for vault id to be added.
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently, the only validation that occurs on the example file is if a developer tests them manually, which can easily be forgotten and a potential breaking change could be introduced. There are some hardcoded values which would not allow the
example/example.py
file to be ran by the CI pipeline.Desired Behavior
Allow the example/example.py file to be executable by the CI pipeline, and add it to the CI pipeline.
Benefits & Value
Adds a layer of confidence in changes.
Additional information
Requires GitHub Secret and environment variable for vault id to be added.
The text was updated successfully, but these errors were encountered: