mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
iSchedule tests now work, test in CI
This commit is contained in:
parent
d67c43790a
commit
bdc65cc777
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user