vincbeck commented on PR #45696: URL: https://github.com/apache/airflow/pull/45696#issuecomment-2605123850
Question for the audience :) I am looking into updating the basic tests to include tests from the simple auth manager UI as part of the [tests-ui](https://github.com/apache/airflow/blob/main/.github/workflows/basic-tests.yml#L87). Some caching is done that I am not familiar with. Do I need to do the same or just ``` - run: cd airflow/auth/managers/simple/ui && pnpm install --frozen-lockfile - run: cd airflow/auth/managers/simple/ui && pnpm test env: FORCE_COLOR: 2 ``` -- 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]
