Browse Source

No need for extra action, phpunit problem matcher is already available.

ADmad 5 years ago
parent
commit
82a2a656f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -97,9 +97,9 @@ jobs:
           composer update
         fi
 
-    - name: Configure PHPUnit matcher
+    - name: Setup problem matchers for PHPUnit
       if: matrix.php-version == '7.4' && matrix.db-type == 'mysql'
-      uses: mheap/phpunit-matcher-action@master
+      run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
 
     - name: Run PHPUnit
       env: