Skip to content

Commit

Permalink
CI: fix name code-checker (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Jul 8, 2023
1 parent 4a2aaee commit 6b8a1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
path: ${{ env.REPORTS_DIR }}
if-no-files-found: error
code-checker:
name: Code analysis (php${{ matrix.php }})
name: Code Analysis (php${{ matrix.php-version }})
runs-on: ubuntu-latest
timeout-minutes: 30
env:
Expand Down Expand Up @@ -131,10 +131,10 @@ jobs:
- name: Run Psalm tests
run: >
php tools/psalm/vendor/vimeo/psalm/psalm
--php-version=${{ matrix.php-version }}
--no-diff
--no-cache
--long-progress
--php-version=${{ matrix.php-version }}
--report=${{ env.REPORTS_DIR }}/psalm.php${{ matrix.php-version }}.junit.xml
- name: Artifact reports
if: ${{ ! cancelled() }}
Expand Down

0 comments on commit 6b8a1c7

Please sign in to comment.