summaryrefslogtreecommitdiff
path: root/.github/workflows/data
AgeCommit message (Collapse)Author
11 daysAdded free-threaded Python 3.14t to PostGIS CI workflow.David Smith
2026-07-17Installed gettext in Github Actions workflows to avoid test skips.Natalia
Test skips are being reported due to missing xgettext, e.g.: 18n.test_extraction.BasicExtractorTests.test_blocktranslate_trimmed ... skipped 'xgettext is mandatory for extraction tests'
2026-07-17Unified dependency apt installation in GitHub Action workflows.Natalia
2026-06-19Added CI workflow to expand geospatial library version coverage.David Smith
2025-06-17Refs #36009 -- Added GitHub action workflow to run tests with latest stable ↵nessita
postgis version.
2024-09-19Refs #35734 -- Added entry to scheduled tests workflow to test newer ↵nessita
PostgreSQL versions.
2023-12-15Fixed database connection for other alias in PostgreSQL tests on GitHub Actions.Nick Pope
2023-06-15Added GitHub action to run Selenium tests.sarahboyce