We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770870b commit 646058aCopy full SHA for 646058a
.github/workflows/test_plugin.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Docker run plugin tests
73
run: |
74
- docker exec qgis-testing-environment sh -c "export DISPLAY=:99; && qgis_testrunner.sh $TESTS_RUN_FUNCTION"
+ docker exec qgis-testing-environment sh -c "export DISPLAY=:99; qgis_testrunner.sh $TESTS_RUN_FUNCTION"
75
76
Check-code-quality:
77
runs-on: ubuntu-latest
0 commit comments