Skip to content

Commit

Permalink
[TASK] Test for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Oct 26, 2024
1 parent f0552c3 commit 7bb9a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- name: "Composer Update"
run: "composer update"
- name: "Composer Install"
run: "composer install"
- name: "Run PHP CS Fixer"
run: "composer test:php:cs"
unit-tests:
Expand Down

0 comments on commit 7bb9a02

Please sign in to comment.