Skip to content

Commit

Permalink
Try again colour
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Dec 5, 2023
1 parent 2bc0571 commit 770f98b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cakephp-5.0/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/sh
# force color output in Github actions
export TERM=xterm-color

# create project
rm -rf _benchmark/temp
composer create-project --prefer-dist cakephp/app:5.0.* ./_benchmark/temp
composer create-project --ansi --prefer-dist cakephp/app:5.0.* ./_benchmark/temp
yes|mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down

0 comments on commit 770f98b

Please sign in to comment.