From bdc65cc77764c6da5c5a3d772e86847213f1b1d7 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 1 Apr 2024 18:58:33 +1300 Subject: [PATCH] iSchedule tests now work, test in CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e887f140..d4f7f7f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ test: always script: - testing/gitlab_ci_script.sh - - cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling webui" ./run_regressions.sh all x' + - cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling webui ischedule" ./run_regressions.sh all x' after_script: - testing/gitlab_ci_after_script.sh build @@ -118,7 +118,7 @@ test_bullseye_latestphp: always script: - testing/gitlab_ci_script.sh - - cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling webui" ./run_regressions.sh all x' + - cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling webui ischedule" ./run_regressions.sh all x' after_script: - testing/gitlab_ci_after_script.sh @@ -136,7 +136,7 @@ test_memcache: always script: - testing/gitlab_ci_script.sh memcache - - cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling webui" ./run_regressions.sh all x' + - cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling webui ischedule" ./run_regressions.sh all x' after_script: - testing/gitlab_ci_after_script.sh