Run test script when testing inside containers

This commit is contained in:
Zach Borboa
2021-06-09 20:25:47 -04:00
parent 69cab62ba3
commit 1f96291b04
6 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ export CI_PHP_VERSION="7.0" &&
touch "/tmp/.composer_updated" ||
exit 0
) &&
bash "tests/before_script.sh" &&
bash "tests/script.sh"
bash "tests/run.sh"
END
)
set -x
+1 -2
View File
@@ -10,8 +10,7 @@ export CI_PHP_VERSION="7.1" &&
touch "/tmp/.composer_updated" ||
exit 0
) &&
bash "tests/before_script.sh" &&
bash "tests/script.sh"
bash "tests/run.sh"
END
)
set -x
+1 -2
View File
@@ -10,8 +10,7 @@ export CI_PHP_VERSION="7.2" &&
touch "/tmp/.composer_updated" ||
exit 0
) &&
bash "tests/before_script.sh" &&
bash "tests/script.sh"
bash "tests/run.sh"
END
)
set -x
+1 -2
View File
@@ -10,8 +10,7 @@ export CI_PHP_VERSION="7.3" &&
touch "/tmp/.composer_updated" ||
exit 0
) &&
bash "tests/before_script.sh" &&
bash "tests/script.sh"
bash "tests/run.sh"
END
)
set -x
+1 -2
View File
@@ -10,8 +10,7 @@ export CI_PHP_VERSION="7.4" &&
touch "/tmp/.composer_updated" ||
exit 0
) &&
bash "tests/before_script.sh" &&
bash "tests/script.sh"
bash "tests/run.sh"
END
)
set -x
+1 -2
View File
@@ -10,8 +10,7 @@ export CI_PHP_VERSION="8.0" &&
touch "/tmp/.composer_updated" ||
exit 0
) &&
bash "tests/before_script.sh" &&
bash "tests/script.sh"
bash "tests/run.sh"
END
)
set -x