Skip to content

Commit

Permalink
Update phpci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cisvindesh authored Sep 9, 2024
1 parent b98a451 commit b5bae1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
tools: php-cs-fixer, phpunit, phpstan, psalm, phpcs, cs2pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: php-actions/composer@v6
- run: echo "Composer dependencies have been installed"
- run: vendor/bin/phpunit

#- name: Setup problem matchers for php
# run: echo "::add-matcher::${{ runner.tool_cache}}/php.json"
Expand Down

0 comments on commit b5bae1d

Please sign in to comment.