Skip to content

Commit 933e49b

Browse files
Update ci.yml
removed composer normalize for now
1 parent d997139 commit 933e49b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
ini-values: post_max_size=256M, short_open_tag=On
2222
coverage: xdebug
2323

24-
- name: Composer normalize
25-
run: composer normalize
26-
2724
- name: Install dependencies
2825
run: composer install --prefer-dist --no-progress --no-suggest
2926

@@ -41,4 +38,4 @@ jobs:
4138

4239
- name: PHP Unit tests
4340
if: ${{ always() }}
44-
run: vendor/bin/phpunit
41+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)