mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
do not report if CI test 2
This commit is contained in:
parent
4e22c42b10
commit
c7ce87c4b6
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
@ -96,9 +96,6 @@ jobs:
|
|||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
- name: Dump Env
|
|
||||||
run: php -r "var_dump(getenv());"
|
|
||||||
|
|
||||||
- name: Run PHP server
|
- name: Run PHP server
|
||||||
run: nohup php -S localhost:8080 > php.log 2>&1 &
|
run: nohup php -S localhost:8080 > php.log 2>&1 &
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ else {
|
|||||||
));
|
));
|
||||||
|
|
||||||
if(!isset($_SESSION['installed'])) {
|
if(!isset($_SESSION['installed'])) {
|
||||||
if (!array_key_exists('CI', $_ENV)) {
|
if (!array_key_exists('CI', getenv())) {
|
||||||
$report_url = 'https://my-aac.org/report_install.php?v=' . MYAAC_VERSION . '&b=' . urlencode(BASE_URL);
|
$report_url = 'https://my-aac.org/report_install.php?v=' . MYAAC_VERSION . '&b=' . urlencode(BASE_URL);
|
||||||
if (function_exists('curl_version'))
|
if (function_exists('curl_version'))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user