potiuk commented on PR #54449:
URL: https://github.com/apache/airflow/pull/54449#issuecomment-3205037142

   What we also need (following my comment) - is a separate test GitHub Action 
job that will be  running "secrets_masker" and generally (later) -  any other 
shared code in isolation.
   
   Basically what that job should do is:
   
   
   ```
   cd shared/secrets_masker
   uv run pytest
   ````
   
   This will make sure that the tests are passing and also automatically do 
"isolation" test - which means that it will automatically test if we are 
actually not using something in secrets_masker that we have not declared as 
dependency.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to