From 569ff6f8e2d4aa233530502a01d1e27e486353d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 4 Jan 2024 16:01:01 +0100 Subject: [PATCH] chore: Fix ci setup for activity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/integration.yml | 7 +++++++ composer.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b75a99ad0..8ffd0b37b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -70,6 +70,13 @@ jobs: with: path: apps/${{ env.APP_NAME }} + - name: Checkout activity + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + with: + repository: nextcloud/activity + ref: ${{ matrix.server-versions }} + path: apps/activity + - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@2.28.0 with: diff --git a/composer.json b/composer.json index bca48d219..add315b88 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,8 @@ "@test:integration" ], "test:unit": "vendor/bin/phpunit -c tests/phpunit.xml", - "test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh" + "test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml", + "test:api": "cd tests/integration && ./run.sh" }, "autoload-dev": { "psr-4": {