mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
674 B
674 B
Integration Tests for a Magento Package
A Github Workflow that runs the Integration Tests of a Magento Package
Inputs
See the integration.yaml
Usage
name: Integration Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
integration-workflow:
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
with:
package_name: YOUR_PACKAGE_NAME
source_folder: $GITHUB_WORKSPACE
test_command: ../../../vendor/bin/phpunit ../../../vendor/YOUR_VENDOR/YOUR_PACKAGE_NAME/Test/Integration
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}