Skip to content

Commit

Permalink
disable command line testing
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Feb 2, 2024
1 parent d072a8b commit af5621b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Test on QGIS
run: docker-compose run qgis /usr/src/plugin/.docker/run-docker-tests.sh

- name: Test command line import orgs
run: docker-compose run qgis xvfb-run /usr/src/plugin/tww_cmd.py interlis_import --xtf_file /usr/src/plugin/teksi_wastewater/tests/data/minimal-dataset-organisation-arbon-only.xtf --pgservice pg_tww
# - name: Test command line import orgs
# run: docker-compose run qgis xvfb-run /usr/src/plugin/tww_cmd.py interlis_import --xtf_file /usr/src/plugin/teksi_wastewater/tests/data/minimal-dataset-organisation-arbon-only.xtf --pgservice pg_tww

- name: Test command line import minimal sia405
run: docker-compose run qgis xvfb-run /usr/src/plugin/tww_cmd.py interlis_import --xtf_file /usr/src/plugin/teksi_wastewater/tests/data/minimal-dataset-SIA405-ABWASSER.xtf --pgservice pg_tww
# - name: Test command line import minimal sia405
# run: docker-compose run qgis xvfb-run /usr/src/plugin/tww_cmd.py interlis_import --xtf_file /usr/src/plugin/teksi_wastewater/tests/data/minimal-dataset-SIA405-ABWASSER.xtf --pgservice pg_tww

- name: Test command line minimal export
run: docker-compose run qgis xvfb-run /usr/src/plugin/tww_cmd.py interlis_export --xtf_file "output.xtf" --pgservice pg_tww
# - name: Test command line minimal export
# run: docker-compose run qgis xvfb-run /usr/src/plugin/tww_cmd.py interlis_export --xtf_file "output.xtf" --pgservice pg_tww

- name: docker logs
#if: failure()
Expand Down

0 comments on commit af5621b

Please sign in to comment.