Skip to content

codisart is testing with phpunit #10

codisart is testing with phpunit

codisart is testing with phpunit #10

Workflow file for this run

name: "PHPUnit testing"
run-name: ${{ github.actor }} is testing with phpunit
on: [pull_request]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@master
- uses: php-actions/composer@v4
- name: PHPUnit Tests
uses: php-actions/phpunit@master