Skip to content

Fallback to empty string to avoid fatal error #21

Fallback to empty string to avoid fatal error

Fallback to empty string to avoid fatal error #21

Workflow file for this run

name: Test
on:
pull_request:
push: { branches: main }
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
env:
COMPOSE_FILE: docker-compose.ci.yml
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build docker images
run: docker-compose build
- name: Run tests
run: docker-compose run app vendor/bin/phpunit