Skip to content

Move progress bar widget out of kartapi and into dockwidget #183

Move progress bar widget out of kartapi and into dockwidget

Move progress bar widget out of kartapi and into dockwidget #183

Workflow file for this run

name: Testing
on:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
# Run unit tests
test:
runs-on: ubuntu-latest
strategy:
matrix:
qgis_version: [release-3_34, latest]
fail-fast: false
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
KART_VERSION: "0.15.2"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test on QGIS
run: >
docker compose -f .docker/docker-compose.gh.yml run --build --rm
qgis /usr/src/.docker/run-docker-tests.sh