Skip to content

Commit 6fcff77

Browse files
Merge branch 'devops/add-github-actions-ci' of https://github.com/LaravelFreelancerNL/aql-query-builder into devops/add-github-actions-ci
2 parents 8fe3eb0 + 933e49b commit 6fcff77

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)