Skip to content

Commit

Permalink
Disable parallel running of steps in grumphp
Browse files Browse the repository at this point in the history
Running parallel steps requires the posix extension which is not installed on minimal docker images.
  • Loading branch information
ashokadewit authored and Ashoka de Wit committed Jun 9, 2020
1 parent c9ba5ff commit 4ef52bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/default/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ grumphp:
failed: ~
succeeded: ~

parallel:
enabled: false

# Default tasks for testing suite
tasks:
composer:
Expand Down

0 comments on commit 4ef52bb

Please sign in to comment.