Skip to content

Commit

Permalink
Do not ask any interactive question when the composer running
Browse files Browse the repository at this point in the history
  • Loading branch information
kayw-geek committed Aug 15, 2023
1 parent 4a49ff4 commit 20339b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
coverage: none

# invoke patches
- run: composer install --ansi
- run: composer install --ansi --no-interaction --no-plugins

# but no dev packages
- run: composer update --no-dev --ansi
- run: composer update --no-dev --ansi --no-interaction --no-plugins

# get rector to "rector-local" directory, to avoid downgrading itself in the /vendor
- run: mkdir rector-local
Expand Down

0 comments on commit 20339b3

Please sign in to comment.