Merge pull request #424 from rldhont/fix-proprietaire-pk #183
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🎳 Tests | |
on: | |
push: | |
paths: | |
- 'cadastre/**' | |
pull_request: | |
paths: | |
- 'cadastre/**' | |
jobs: | |
test-qgis: | |
name: Tests QGIS | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: .docker | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
with: | |
submodules: 'true' | |
- name: Launching docker-compose | |
run: ./start.sh with-qgis | |
- name: Running tests | |
run: ./exec_tests.sh |