mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 04:34:27 +00:00
Run test script when testing inside containers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user