File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,13 @@ jobs:
60
60
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
with :
62
62
persist-credentials : false
63
+ submodules : recursive
63
64
repository : nextcloud/server
64
65
ref : ${{ matrix.server-versions }}
65
66
66
- - name : Checkout submodules
67
- shell : bash
68
- run : |
69
- auth_header="$(git config --local --get http.https://github.com/.extraheader)"
70
- git submodule sync --recursive
71
- git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
72
- cd build/integration && composer require --dev phpunit/phpunit:~9
67
+ - name : Set up integration dependencies
68
+ working-directory : build/integration
69
+ run : composer require --dev phpunit/phpunit:~9
73
70
74
71
- name : Checkout app
75
72
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments