diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 994526fc5..95e6783d2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -60,6 +60,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.15.0 with: diff --git a/composer.json b/composer.json index 413a7ecb2..e586c60cc 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,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": {