diff options
author | provokateurin <kate@provokateurin.de> | 2024-08-29 09:31:31 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-08-29 09:43:37 +0200 |
commit | 863679f4998c375d8d95ec670a8d6d25e377e1a1 (patch) | |
tree | 078042680deea350d13616f486e860db5c850c53 /.github | |
parent | 29a0e33b88335a14100d168c4eba2d2f7acbb202 (diff) | |
download | nextcloud-server-863679f4998c375d8d95ec670a8d6d25e377e1a1.tar.gz nextcloud-server-863679f4998c375d8d95ec670a8d6d25e377e1a1.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 d6e68b5c995..7c29f9a9e63 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 |