Skip to content

Commit

Permalink
Merge pull request #4 from gaalferov/gaalferov-patch-1
Browse files Browse the repository at this point in the history
Create php.yml
  • Loading branch information
gaalferov authored Feb 23, 2020
2 parents 25dade2 + 8dbe0ff commit fa1154a
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 97 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PHP Composer

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: composer run-script tests
Loading

0 comments on commit fa1154a

Please sign in to comment.