Skip to content

Add unit testing

Add unit testing #1

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-action/composer@v6
- run: echo "Composer dependancies have been installed"
- run: vendor/bin/phpunit