Skip to content

cmuench is running Unit Tests #7

cmuench is running Unit Tests

cmuench is running Unit Tests #7

Workflow file for this run

run-name: ${{ github.actor }} is running Unit Tests
on:
push:
branches:
- main
- feature/*
# pull_request:
# branches:
# - develop
permissions:
contents: write
jobs:
unit-test:
strategy:
matrix:
php_version:
- 8.1
- 8.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mage-os/github-actions/unit-test@main
with:
php_version: ${{ matrix.php_version }}
composer_auth: ${{ secrets.COMPOSER_AUTH }}