Skip to content

Commit

Permalink
fix CI, again
Browse files Browse the repository at this point in the history
  • Loading branch information
yivi committed Aug 27, 2021
1 parent 975f0e1 commit 6d8181c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
uses: actions/checkout@v2

- name: install deps, to execute things
run: composer install --no-autoloader --no-progress --ignore-platform-reqs
run: composer install --no-scripts --no-autoloader --no-progress --ignore-platform-reqs

- name: install php cs fixer
run: composer bin csfixer install --no-scripts --no-plugins --no-progress --ignore-platform-reqs
run: composer bin csfixer install --no-progress --ignore-platform-reqs

- name: fix style
run: ./vendor/bin/php-cs-fixer fix
Expand Down

0 comments on commit 6d8181c

Please sign in to comment.