aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-26 14:30:03 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-26 16:09:21 +0200
commitf3470cf0af303f581d448388611ce4c68e9c2b0b (patch)
tree2a5f95be975cdb4f30ab489fa25ef93b220d6d45 /.github
parent082fa6493908f92cefdf02593a2486017650ae17 (diff)
downloadnextcloud-server-f3470cf0af303f581d448388611ce4c68e9c2b0b.tar.gz
nextcloud-server-f3470cf0af303f581d448388611ce4c68e9c2b0b.zip
fix(cypress): Also clone 3rdparty submodule to keep in sync for cypress tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index a5e94ee5b79..012c25ce779 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -22,8 +22,11 @@ jobs:
npmVersion: ${{ steps.versions.outputs.npmVersion }}
steps:
- - name: Checkout app
+ - name: Checkout server
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ with:
+ # We need to checkout submodules for 3rdparty
+ submodules: true
- name: Check composer.json
id: check_composer