Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Mar 9, 2024
1 parent 97965b5 commit e3a6697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Install ${{ matrix.dependency }} dependencies
working-directory: ${{ github.workspace }}
run: ${{ matrix.installCommand }}
run: composer config --no-plugins allow-plugins.ghostwriter/coding-standard true; ${{ matrix.installCommand }}

- name: Run ${{ matrix.name }} command
run: ${{ matrix.runCommand }}
Expand Down

0 comments on commit e3a6697

Please sign in to comment.