Skip to content

Commit

Permalink
OXDEV-7538 Added additional test plan to install visual-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Nov 20, 2023
1 parent de6473a commit 6852d89
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions tests/github_actions/ddoevisualcms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
install_module:
cache:
prefix: &install_module_prefix 'moduleInstallation-ce-{{ .Github.SHA }}-{{ .Github.RunNumber }}-{{ .Github.RunAttempt }}'
ids: &ids 'ddoevisualcms'
activate: |
ddoemedialibrary
ddoewysiwyg
ddoevisualcms
git:
module:
url: 'OXID-eSales/visual_cms_module'
ref: 'b-7.1.x'
package_name: &package_name 'ddoe/visualcms-module'
path: *ids
2 changes: 1 addition & 1 deletion tests/github_actions/oe_vcmsexamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prepare_shop:
add_services: ''

install_module:
matrix_testplan: '["-"]'
matrix_testplan: '["tests/github_actions/ddoevisualcms.yml","-"]'
cache:
prefix: &install_module_prefix 'moduleInstallation-ce-{{ .Github.SHA }}-{{ .Github.RunNumber }}-{{ .Github.RunAttempt }}'
ids: &ids 'oe_vcmsexamples'
Expand Down

0 comments on commit 6852d89

Please sign in to comment.