Skip to content

Commit

Permalink
Merge pull request #309 from opengisch/libqfieldsyncupdate
Browse files Browse the repository at this point in the history
Fix typing yet again
  • Loading branch information
m-kuhn authored Sep 12, 2021
2 parents 5fb804b + 9499246 commit 8852d2e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,29 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Test on QGIS LTR 3.
- name: Test
run: |
docker-compose -f .docker/docker-compose.gh.yml run qgis /usr/src/.docker/run-docker-tests.sh
test-18-04:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Test
run: |
wget -qO - https://qgis.org/downloads/qgis-2021.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
sudo add-apt-repository "deb https://qgis.org/ubuntu $(lsb_release -c -s) main"
sudo apt update
sudo apt install qgis
sudo pip3 install pytest nose2 mock
xvfb-run pytest
release:
runs-on: ubuntu-20.04
env:
Expand Down
2 changes: 1 addition & 1 deletion qfieldsync/libqfieldsync

0 comments on commit 8852d2e

Please sign in to comment.