Skip to content

Allow setting edge_type for Edge in QGIS. #68

Allow setting edge_type for Edge in QGIS.

Allow setting edge_type for Edge in QGIS. #68

Workflow file for this run

name: QGIS
on:
push:
branches: [main]
tags: ["*"]
paths:
- ".github/qgis.yml"
- "python/ribasim/ribasim/models.py"
- "qgis/**"
pull_request:
paths:
- ".github/qgis.yml"
- "python/ribasim/ribasim/models.py"
- "qgis/**"
jobs:
test-qgis:
name: "Test"
runs-on: ubuntu-latest
defaults:
run:
working-directory: .docker
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Launching docker compose
run: ./start.sh
- name: Running tests
run: ./test.sh
- name: Stopping docker compose
run: ./stop.sh