Skip to content

Initial test infrastructure with sample test #2

Initial test infrastructure with sample test

Initial test infrastructure with sample test #2

Workflow file for this run

name: Run Tests 2
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
env:
QGIS_TEST_VERSION: latest
jobs:
qgis_deps_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: docker test
run: |
docker run -v $(pwd):/usr/src -w /usr/src qgis/qgis:${QGIS_TEST_VERSION} -e PYTHONPATH=/usr/share/qgis/python/plugins sh -c 'xvfb-run pytest-3'