Skip to content

Commit

Permalink
Changed test run
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyvicente committed Jul 10, 2020
1 parent 9243a15 commit 8409c7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
- name: Running Tests
run: php ./vendor/bin/pest

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

0 comments on commit 8409c7f

Please sign in to comment.