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
We have some test certificates that are encrypted when stored in git and the build processes uses a local key to decrypt them. To ensure that we don't accidentally check in the un-encrypted versions they are included in .gitignore which also means they don't get deployed into the bundle. However we need these files for the tests to run.
I'm looking at fixing this myself, but not sure on what the best approach would be. Maybe adding an option to the test_data to ignore .gitignore?
The text was updated successfully, but these errors were encountered:
We have some test certificates that are encrypted when stored in git and the build processes uses a local key to decrypt them. To ensure that we don't accidentally check in the un-encrypted versions they are included in .gitignore which also means they don't get deployed into the bundle. However we need these files for the tests to run.
I'm looking at fixing this myself, but not sure on what the best approach would be. Maybe adding an option to the test_data to ignore .gitignore?
The text was updated successfully, but these errors were encountered: