mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
ci: Adjust branches of apps used in tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e11adbd09d
commit
afd23e61fe
2 changed files with 3 additions and 3 deletions
2
.github/workflows/integration-sqlite.yml
vendored
2
.github/workflows/integration-sqlite.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
- 'videoverification_features'
|
||||
|
||||
php-versions: ['8.1']
|
||||
spreed-versions: ['main']
|
||||
spreed-versions: ['stable31']
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
|
|||
4
.github/workflows/performance.yml
vendored
4
.github/workflows/performance.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
|
||||
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
|
||||
output: before.json
|
||||
profiler-branch: master
|
||||
profiler-branch: stable31
|
||||
|
||||
- name: Apply PR
|
||||
run: |
|
||||
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
|
||||
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
|
||||
output: after.json
|
||||
profiler-branch: master
|
||||
profiler-branch: stable31
|
||||
compare-with: before.json
|
||||
|
||||
- name: Upload profiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue