Skip to content

Commit

Permalink
Merge pull request #2 from transprime-research/enable-tests-on-workflow
Browse files Browse the repository at this point in the history
Update php.yml
  • Loading branch information
omitobi committed Aug 21, 2023
2 parents 2a63559 + 4696e68 commit cc7f640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

# - name: Run test suite
# run: composer run-script test
- name: Run test suite
run: vendor/bin/phpunit

0 comments on commit cc7f640

Please sign in to comment.