Skip to content

Commit

Permalink
ci checks on push
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Aug 11, 2020
1 parent 80826cc commit d997139
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Continuous Integration

on: [pull_request]
on: [push, pull_request]

jobs:
run:
runs-on: ${{ matrix.operating-system }}
runs-on: ubuntu-18.04
strategy:
matrix:
operating-system: [ubuntu-18.04, ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
name: Quality checks PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
name: Quality checks PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -42,4 +41,4 @@ jobs:

- name: PHP Unit tests
if: ${{ always() }}
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit d997139

Please sign in to comment.