diff options
author | provokateurin <kate@provokateurin.de> | 2024-08-29 09:31:31 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-08-29 09:43:03 +0200 |
commit | 54e6103d3113295a58404c7b94d8b6d0e19562ed (patch) | |
tree | 7795e40bcd919a53dbbf6e41d51e27f8bcf3a24b /.github | |
parent | 23efda911126a60c9af0198a7c842c726a8a4213 (diff) | |
download | nextcloud-server-54e6103d3113295a58404c7b94d8b6d0e19562ed.tar.gz nextcloud-server-54e6103d3113295a58404c7b94d8b6d0e19562ed.zip |
fix(test): Fix provisioning enabled apps
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration-sqlite.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 137a8427d93..64150025f8b 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -41,6 +41,7 @@ jobs: - '.php-cs-fixer.dist.php' - 'composer.json' - 'composer.lock' + - 'core/shipped.json' integration-sqlite: runs-on: ubuntu-latest |