Skip to content

Commit

Permalink
Update run-peeps.sh
Browse files Browse the repository at this point in the history
Remove parallel running of e2e tests to increase reliability
  • Loading branch information
antonydenyer authored Feb 23, 2022
1 parent c64e375 commit a2d3e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/run-peeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ else
cd PEEPS
fi

./gradlew --no-daemon --parallel endToEndTest
./gradlew --no-daemon endToEndTest

0 comments on commit a2d3e2c

Please sign in to comment.