Skip to content

Commit

Permalink
add set -x to run-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 22, 2024
1 parent d54bdae commit 8c6ce69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/usr/bin/env bash

# break on first error
set -e

# print script lines to stdout
set -x

# Install composer dev dependencies
cd /data
composer install --prefer-dist --no-interaction --optimize-autoloader --no-progress
Expand Down

0 comments on commit 8c6ce69

Please sign in to comment.