Skip to content

Commit

Permalink
Update and rename blank.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid authored Oct 12, 2019
1 parent cb930e0 commit f0c2464
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
curl -sS https://getcomposer.org/installer | php -- --filename=composer
composer install --no-interaction --prefer-source
vendor/bin/test

0 comments on commit f0c2464

Please sign in to comment.