Skip to content

PPI-955 - Added Github actions #27

PPI-955 - Added Github actions

PPI-955 - Added Github actions #27

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": "git@github.com:shopware/SwagCmsExtensions.git" },
{ "name": "SwagCommercial", "repo": "git@gitlab.shopware.com:shopware/6/product/commercial.git" }
]
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}