Skip to content

Commit

Permalink
add separate deployment strategy for magento and pwa studio
Browse files Browse the repository at this point in the history
magento_only, pwa_studio_only flags
  • Loading branch information
seyuf authored Apr 12, 2024
1 parent 8d1165d commit 5b42fa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ inputs:
no_push:
description: 'do not push magento source code to github repo values 0|1'
default: 0
magento_only:
description: 'apply the process on magento code only (i.e magento dir)'
default: 0
pwa_studio_only:
description: 'apply the process on pwa studio code only (i.e pwa-studio dir)'
default: 0
testsuite:
description: 'custom testsuite to be ran works for integration and unit testing e.g: "Memory Usage Tests"'
integration_filter:
Expand Down

0 comments on commit 5b42fa2

Please sign in to comment.