Skip to content

Commit

Permalink
Merge pull request salesforce#20 from theodorejb/fix-ci
Browse files Browse the repository at this point in the history
Fix CI test command
  • Loading branch information
sam-osborne authored Jan 12, 2023
2 parents 43896f6 + df31878 commit d3a0552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: composer install

- name: Run Tests
run: phpunit
run: vendor/bin/phpunit
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ vendor
composer.phar
composer.lock
*.iml
.idea
.idea
.phpunit.result.cache

0 comments on commit d3a0552

Please sign in to comment.