Skip to content

Commit

Permalink
Merge branch 'tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Dec 9, 2019
2 parents 4e431cd + 4c1192a commit e7b75d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Test Power Process
run: ./run composer install --prefer-dist --no-progress --no-suggest
run: |
./run composer install --prefer-dist --no-progress --no-suggest
./demo.php

0 comments on commit e7b75d5

Please sign in to comment.