diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-08-29 11:16:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 11:16:24 +0200 |
commit | 6cfa388e34e7dd5f6ccda9d37e0785c7b513258f (patch) | |
tree | 94ae08ba12a1efc921e68bb878a4305bfb13829e /.github | |
parent | 292a306743dcd3e726c1b05c94989dfcf6ce5c84 (diff) | |
parent | 54e6103d3113295a58404c7b94d8b6d0e19562ed (diff) | |
download | nextcloud-server-6cfa388e34e7dd5f6ccda9d37e0785c7b513258f.tar.gz nextcloud-server-6cfa388e34e7dd5f6ccda9d37e0785c7b513258f.zip |
Merge pull request #47596 from nextcloud/fix/test/provisioning-enabled-apps
fix(test): Fix provisioning enabled apps
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 |