-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add more scenarii and factorize test
- Loading branch information
Showing
7 changed files
with
108 additions
and
71 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This is a sample of a YAML file for the QGIS Deployment Toolbelt scenario. | ||
# For now, it's more a roadmap than a real description of what it's implemented. | ||
|
||
metadata: | ||
title: "Tests scenario of QGIS Deployment Toolbelt" | ||
id: test-scenario-profiles-sync-http | ||
description: >- | ||
This is an example a scenario YAML file for the QGIS Deployment Toolbelt to | ||
demonstrate capabilities. | ||
settings: | ||
LOCAL_WORK_DIR: ~/.cache/qgis-deployment-toolbelt/tests/ | ||
SCENARIO_VALIDATION: true | ||
|
||
steps: | ||
- name: Synchronize QGIS profiles from remote location | ||
uses: qprofiles-manager | ||
with: | ||
protocol: http | ||
source: https://raw.githubusercontent.com/Guts/qgis-deployment-cli/examples/ | ||
sync_mode: overwrite |
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
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
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
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
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
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