Changes between Version 88 and Version 89 of CI
- Timestamp:
- Nov 6, 2024, 11:32:05 AM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v88 v89 25 25 * `isort` - runs `isort --check --diff .` from the root checkout directory and fails if any imports aren't [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports sorted properly]. 26 26 * `JavaScript tests` - runs [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/javascript/#testing-from-the-command-line npm test] and fails if there are any errors 27 * `Windows tests` - runs with Python 3.1 1.x.27 * `Windows tests` - runs with Python 3.12.x. 28 28 * `Selenium tests` - runs the Selenium tests for any PR with the `selenium` label applied. 29 29 * `Benchmark` - Runs the [https://github.com/django/django-asv django-asv] benchmarks for any PR with the `benchmark` label applied. (The Benchmarks take some time, and will run on each subsequent push, but can be disabled by removing the label until you're ready to run them again.)