summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* ci(32bit): fix failing test setupArthur Schiwon2023-07-121-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore: update cypress workflow from templatesJohn Molakvoæ2023-06-291-12/+29
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(cypress): branch definitionJohn Molakvoæ2023-06-291-2/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Create lint-eslint-when-unrelated.ymlJohn Molakvoæ2023-06-091-0/+39
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(psalm): Install apcu, ftp and ldap extension like in ↵Joas Schilling2023-06-081-1/+1
| | | | | | static-code-analysis-security Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it finishesJoas Schilling2023-06-081-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: keep important php and node versionsJohn Molakvoæ2023-06-083-5/+5
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(CI): Update oracle image and configJoas Schilling2023-06-081-2/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: update workflows from templatesJohn Molakvoæ2023-06-0810-52/+119
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(actions): cypressJohn Molakvoæ2023-06-081-19/+30
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Only upload logs and data on failureLouis Chemineau2023-04-051-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Upload data dir archive in cypress testsLouis Chemineau2023-04-051-0/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not stop docker in cypress workflowLouis Chemineau2023-04-051-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix condition to extrac NC logs in cypress workflowLouis Chemineau2023-04-051-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Extract logs only for e2e testingLouis Chemineau2023-04-051-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Upload NC logs during cypress workflowLouis Chemineau2023-04-051-1/+12
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Save some CI timeJoas Schilling2023-03-1512-4/+31
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37066 from nextcloud/backport/34835/stable26Arthur Schiwon2023-03-091-0/+84
|\ | | | | [stable26] Run WebDAV integration tests against S3
| * Run webdav related integration tests on github actionsJulius Härtl2023-03-071-0/+84
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | ci(performance): Use proper profiler branch for 26Julius Härtl2023-03-071-1/+1
|/ | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [CI] Update update-psalm-baseline workflow to solve warningsMichaIng2023-02-281-1/+1
| | | | | | This updates the PR action to v4, which solves warnings about deprecated Node.js 12 actions set-output commmand calls. Signed-off-by: MichaIng <micha@dietpi.com>
* First run unit tests so they don't failJoas Schilling2023-02-231-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Run repair steps against Oracle DBJoas Schilling2023-02-231-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show logs on smb-kerberos CI failureCôme Chilliet2023-02-071-0/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Only run 32bit CI once a dayCôme Chilliet2023-02-071-1/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Skip buggy tests for 32bits CICôme Chilliet2023-02-071-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-071-2/+10
| | | | | | Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Running all tests on 32bits to see what happensCôme Chilliet2023-02-071-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add workflow for 32bits testingCôme Chilliet2023-02-071-0/+47
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #36314 from nextcloud/sso-kerberos-fixCôme Chilliet2023-02-071-12/+14
|\ | | | | Update kerberos sso test setup to use new user_saml config system
| * Update kerberos sso test setup to use new user_saml config systemRobin Appelman2023-01-231-12/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * run kerberos sso test when the action is changedRobin Appelman2023-01-231-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-034-5/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Catch deprecation warnings in oci testsCôme Chilliet2023-02-021-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add 8.2 to oci testsCôme Chilliet2023-02-021-1/+1
| | | | | | | | | | | | This is the only test suite testing 8.1, so adding 8.2 as well Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | ci(psalm): Generate base analysis on pushes so we can compare to updated reportsJoas Schilling2023-01-271-0/+4
|/ | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Specify the profiler app branch to test withJoas Schilling2023-01-201-2/+4
| | | | | | So we can test in stable25 with a matching profiler version instead of master Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always show the psalm baseline change, even on failureCôme Chilliet2023-01-201-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Show failure of SAML login in kerberos workflowCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fixing samba test and adding details to kerberos jobCôme Chilliet2023-01-201-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove PHP version matrix from kerberos testCôme Chilliet2023-01-201-17/+1
| | | | | | It runs on a docker image on which we cannot control which PHP version runs. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Prettify static-code-analysis.ymlCôme Chilliet2023-01-201-1/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Always upload psalm result to githubCôme Chilliet2023-01-201-4/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge back the two static analysis workflows togetherCôme Chilliet2023-01-202-83/+28
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix kerberos step nameCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add component testing workflowJohn Molakvoæ2023-01-041-4/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-0310-0/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(actions): php-lintJohn Molakvoæ2022-12-301-4/+4
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* chore(actions): bring back php 8.2 lintJohn Molakvoæ2022-12-301-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* 8.2 is not supported yetJohn Molakvoæ2022-12-292-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>