Skip to content

Commit

Permalink
Remove Psalm tool
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 23, 2023
1 parent aed298b commit b304893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ jobs:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
php-version: "${{ matrix.php-version }}"
tools: "psalm, flex"
tools: "flex"

- name: "Remove require-dev section in composer.json"
- name: "Remove sylius/sylius from composer.json"
run: "composer config --unset require-dev"

- name: "Install composer dependencies"
Expand All @@ -158,7 +158,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Static analysis"
run: "psalm --php-version=${{ matrix.php-version }}"
run: "vendor/bin/psalm --php-version=${{ matrix.php-version }}"

unit-tests:
name: "Unit tests (PHP${{ matrix.php-version }} | Deps: ${{ matrix.dependencies }} | SF${{ matrix.symfony }})"
Expand Down

0 comments on commit b304893

Please sign in to comment.