Skip to content

Commit

Permalink
Merge pull request #41135 from nextcloud/fix/cypress-ci
Browse files Browse the repository at this point in the history
fix(cypress): Also clone 3rdparty submodule to keep in sync for cypress tests
  • Loading branch information
nickvergessen committed Oct 27, 2023
2 parents 60e0322 + f3470cf commit 5f269f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f269f0

Please sign in to comment.