Skip to content

[tests] Copying JSON to JSON and String to JSON field values #46

[tests] Copying JSON to JSON and String to JSON field values

[tests] Copying JSON to JSON and String to JSON field values #46

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- master
- release-**
pull_request:
branches:
- "**"
release:
types: ["prereleased", "released"]
jobs:
# Run unit tests
test:
runs-on: ubuntu-22.04
strategy:
matrix:
qgis_version: [final-3_28_13] # We could eventually add more, e.g., latest
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Test on QGIS
run: docker-compose -f .docker/docker-compose.yml run qgis