浏览代码

Merge pull request #41135 from nextcloud/fix/cypress-ci

fix(cypress): Also clone 3rdparty submodule to keep in sync for cypress tests
tags/v28.0.0beta1
Joas Schilling 8 个月前
父节点
当前提交
5f269f091c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      .github/workflows/cypress.yml

+ 4
- 1
.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

正在加载...
取消
保存