Skip to content

Commit

Permalink
test for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 10, 2024
1 parent 5c77ea5 commit 26f55e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: test
run: |
docker compose run -e QT_QPA_PLATFORM=offscreen qgis-desktop make test
docker compose run -e QT_QPA_PLATFORM=offscreen qgis-desktop cp constraints.txt requirements.in
docker compose run -e QT_QPA_PLATFORM=offscreen qgis-desktop pip-compile --dryrun
docker compose run -e QT_QPA_PLATFORM=offscreen qgis-desktop make flake8
docker compose run qgis-desktop make docstrings
docker compose run qgis-desktop coveralls || true
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tests/data/small_2019_01_2entries_4tiff.sqlite
.pytest_cache/v/cache/nodeids
.h5py_marker
constraints.txt
requirements.in
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ docstr-coverage >= 1.0.4
flake8
isort
mock
pip-tools
pytest < 8.0
pytest-cov
pytest-flake8
Expand Down

0 comments on commit 26f55e9

Please sign in to comment.