diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:55:34 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:58:55 +0200 |
commit | a11db03693701aaa30251f4e52b1dd1de418f734 (patch) | |
tree | d2162f20b1ee0ee77d242f182431e699fb954d4d /tests/acceptance | |
parent | 288742d55ccdd2a05393203ccb7d4226ccc41760 (diff) | |
download | nextcloud-server-a11db03693701aaa30251f4e52b1dd1de418f734.tar.gz nextcloud-server-a11db03693701aaa30251f4e52b1dd1de418f734.zip |
chore(CI): Test against stable27 branches of needed apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/acceptance')
-rwxr-xr-x | tests/acceptance/run-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/run-local.sh b/tests/acceptance/run-local.sh index 7e66ca71ec7..017b8b67f5f 100755 --- a/tests/acceptance/run-local.sh +++ b/tests/acceptance/run-local.sh @@ -64,7 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then fi ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config" -DEV_BRANCH="master" +DEV_BRANCH="stable27" # "--timeout-multiplier N" option can be provided to set the timeout multiplier # to be used in ActorContext. |