chore: run tests on pr

This commit is contained in:
Feek 2020-04-12 14:49:26 -07:00
parent e5188d14fc
commit 91f071ebf6

22
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: export COMPOSER_ROOT_VERSION=dev-master && composer install --prefer-dist --no-progress --no-suggest
- name: Run Tests
run: vendor/bin/codecept run