Skip to content

PPI-955 - Added Github actions #24

PPI-955 - Added Github actions

PPI-955 - Added Github actions #24

Workflow file for this run

name: Unit
on:
push:
workflow_dispatch:
jobs:
phpunit:
uses: shopware/github-actions/.github/workflows/phpunit.yml@main
with:
extensionName: ${{ github.event.repository.name }}
shopwareVersion: trunk
uploadCoverage: true
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}