Skip to content

Commit

Permalink
Enable Commercial
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jan 19, 2024
1 parent 0296b79 commit 27b718f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,21 @@ jobs:
if: github.event_name != 'schedule'
uses: shopware/github-actions/.github/workflows/cs-fixer.yml@main
phpstan:
uses: shopware/github-actions/.github/workflows/phpstan.yml@phpstan-deps
uses: shopware/github-actions/.github/workflows/phpstan.yml@main
with:
extensionName: SwagPayPal
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
uses: shopware/github-actions/.github/workflows/phpunit.yml@main
with:
uploadCoverage: true
extensionName: SwagPayPal
Expand All @@ -43,7 +46,7 @@ jobs:
]
secrets:
env: |-
CMS_TOKEN=${{ secrets.GITLAB_TOKEN }}
CMS_TOKEN=${{ secrets.CMS_GITLAB_TOKEN }}
codecovToken: ${{ secrets.CODECOV_TOKEN }}


Expand Down

0 comments on commit 27b718f

Please sign in to comment.