Skip to content

PPI-955 - Added Github actions #32

PPI-955 - Added Github actions

PPI-955 - Added Github actions #32

Workflow file for this run

name: Unit
on:
push:
workflow_dispatch:
jobs:
phpunit:
uses: FlorianKe/github-actions/.github/workflows/phpunit.yml@added-lint-and-plugin-composer-install
with:
extensionName: ${{ github.event.repository.name }}
composerInstall: true
shopwareVersion: trunk
uploadCoverage: true
dependencies: |
[
{ "name": "SwagCmsExtensions", "repo": "https://gitlab-ci-token:[email protected]/shopware/6/services/cms-extensions.git" },
{ "name": "SwagCommercial", "repo": "https://gitlab-ci-token:[email protected]/shopware/6/product/commercial.git" }
]
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
env: |
COMMERCIAL_GITLAB_TOKEN=${{ secrets.COMMERCIAL_GITLAB_TOKEN }}
CMS_GITLAB_TOKEN=${{ secrets.CMS_GITLAB_TOKEN }}