Skip to content

Introduce flat demand vector and expose via BMI #1312

Introduce flat demand vector and expose via BMI

Introduce flat demand vector and expose via BMI #1312

Workflow file for this run

name: QGIS Tests
on:
push:
branches: [main, update/pixi-lock]
paths-ignore: [".teamcity/**"]
tags: ["*"]
pull_request:
merge_group:
jobs:
test-qgis:
name: "Test"
runs-on: ubuntu-latest
if: false # Disable tests until we have time to fix them
defaults:
run:
working-directory: .docker
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Launching docker compose
run: ./start.sh
- name: Running tests
run: ./test.sh
- name: Stopping docker compose
run: ./stop.sh