diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fe62ad337..909473d22 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -61,6 +61,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.18.0 with: diff --git a/composer.json b/composer.json index 38e2fa46d..a84c8a7d1 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,8 @@ "@test:integration" ], "test:unit": "phpunit -c tests/phpunit.xml", - "test:integration": "phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh" + "test:integration": "phpunit -c tests/phpunit.integration.xml", + "test:api": "cd tests/integration && ./run.sh" }, "autoload-dev": { "psr-4": {