Skip to content

Commit

Permalink
Set up problem matcher for PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 10, 2025
1 parent df9c86a commit 3c3d780
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
php-version: ${{ matrix.php }}
extensions: fileinfo

- name: Setup problem matcher for PHPUnit
run: |
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Debugging
run: |
php --version
Expand All @@ -50,9 +54,6 @@ jobs:

- name: Run tests with strauss.phar
run: vendor/bin/phpunit

# TODO: get GitHub Actions annotations working again.
# run: vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer
lint:
runs-on: ubuntu-latest
name: Lint project files
Expand Down

0 comments on commit 3c3d780

Please sign in to comment.