Skip to content

Fix projectDir

Fix projectDir #31

Workflow file for this run

name: PHPUnit
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Composer dependencies
run: composer install
- name: Configure matchers
uses: mheap/phpunit-matcher-action@v1
- name: Run Tests
run: ./vendor/bin/phpunit --teamcity