Skip to content

Update include_header.php #53

Update include_header.php

Update include_header.php #53

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: composer install
run: composer install --prefer-dist --no-progress
- name: composer exec phpunit tests
run: composer exec phpunit tests