Skip to content

Create phpunit.yml

Create phpunit.yml #1

Workflow file for this run

name: PHPUnit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
Dependencies
run: composer install --prefer-dist --no-interaction

Check failure on line 18 in .github/workflows/phpunit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpunit.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Run PHPUnit Tests
run: vendor/bin/phpunit