Skip to content

Commit

Permalink
Troubleshoot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 30, 2020
1 parent c56aa2d commit a7e1335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
run: "composer update --no-interaction --prefer-dist --prefer-lowest --no-progress"
if: "${{ matrix.deps == 'low' }}"

- name: "Troubleshoot issue"
run: "cat vendor/composer/InstalledVersions.php"

- name: "Run PHPUnit"
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"

Expand Down

0 comments on commit a7e1335

Please sign in to comment.