mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 12:19:27 +00:00
Run tests with most recent version first
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${SCRIPT_DIR}"
|
||||
|
||||
for d in "dockerfiles/"* ; do
|
||||
echo "Running ${d}" &&
|
||||
pushd "${d}" &&
|
||||
find . -type d -mindepth 2 -path "*/dockerfiles/*" | sort --reverse | while read directory; do
|
||||
echo "Running ${directory}" &&
|
||||
pushd "${directory}" &&
|
||||
bash "1_build.sh" &&
|
||||
bash "2_start.sh" &&
|
||||
bash "3_test.sh" &&
|
||||
|
||||
Reference in New Issue
Block a user