diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2dba49306..3a55d5c25 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.25.1 with: diff --git a/composer.json b/composer.json index 2f46dc85c..b45edbdd8 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,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": {