Skip to content

ci: run tests on all branches #450

ci: run tests on all branches

ci: run tests on all branches #450

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: php ./.github/workflows/scripts/run-tests.php