Skip to content

Commit

Permalink
PPI-955 - Added Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKe committed Jul 19, 2024
1 parent 5ef2892 commit 6d84e1a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
uploadCoverage: true
dependencies: |
[
{ "name": "SwagCmsExtensions", "repo": "https://github.com/shopware/SwagCmsExtensions.git" },
{ "name": "SwagCommercial", "repo": "https://gitlab.shopware.com/shopware/6/product/commercial.git" }
{ "name": "SwagCmsExtensions", "repo": "https://gitlab-ci-token:$COMMERCIAL_GITLAB_TOKEN@@gitlab.shopware.com/shopware/6/services/cms-extensions.git" },
{ "name": "SwagCommercial", "repo": "https://gitlab-ci-token:$COMMERCIAL_GITLAB_TOKEN@gitlab.shopware.com/shopware/6/product/commercial.git" }
]
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
codecovToken: ${{ secrets.CODECOV_TOKEN }}
env: |
COMMERCIAL_GITLAB_TOKEN=${{ secrets.COMMERCIAL_GITLAB_TOKEN }}
CMS_GITLAB_TOKEN=${{ secrets.CMS_GITLAB_TOKEN }}

0 comments on commit 6d84e1a

Please sign in to comment.