Skip to content

Commit

Permalink
Enable Commercial
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jan 17, 2024
1 parent a08ff3a commit 5e1cb67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
shopwareVersion: trunk
dependencies: |-
[
{"name": "SwagCommercial", "repo": "https://shopware:[email protected]/shopware/6/product/commercial.git"},
{"name": "SwagCmsExtensions", "repo": "https://shopware:[email protected]/shopware/6/services/cms-extensions.git"}
]
secrets:
env: CMS_TOKEN=${{ secrets.GITLAB_TOKEN }}
env: |-
CMS_TOKEN=${{ secrets.CMS_GITLAB_TOKEN }}
COMMERCIAL_TOKEN=${{ secrets.COMMERCIAL_GITLAB_TOKEN }}
phpunit:
uses: shopware/github-actions/.github/workflows/phpunit.yml@phpstan-deps
with:
Expand Down

0 comments on commit 5e1cb67

Please sign in to comment.