Changes between Version 93 and Version 94 of CI


Ignore:
Timestamp:
Aug 27, 2025, 8:00:17 AM (8 days ago)
Author:
Jacob Walls
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v93 v94  
    3131* `Selenium tests` - runs the Selenium tests for any PR with the `selenium` label applied.
    3232* `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.)
    33 * `Geodjango Tests` Runs against docker images for PostGIS with more recent versions of geospatial libraries such as `GEOS` for any PR with the `geodjango` label applied.
     33* `Geodjango Tests` - Runs PostGIS tests using more recent versions of geospatial libraries such as `GEOS` for any PR with the `geodjango` label applied.
    3434
    3535== Troubleshooting ==
Back to Top