Skip to content

Commit

Permalink
test run test debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael-Marchese committed Oct 30, 2023
1 parent af43db1 commit 9aaa9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd project/ || return
git reset --hard b5710da

# Run the script
"$current_dir"/template-sync.sh https://github.com/dunglas/symfony-docker
"$current_dir"/template-sync.sh https://github.com/dunglas/symfony-docker --debug

# Check if docker directory has been replaced by frankenphp directory as intended
if [ -d "frankenphp" ] && [ ! -d "docker" ]; then
Expand Down

0 comments on commit 9aaa9eb

Please sign in to comment.